Test case for another name space bug
This commit is contained in:
parent
a47fa59f5b
commit
259bae1720
@ -10,3 +10,9 @@ contract Bug =
|
||||
// Crashed the type checker
|
||||
function foo() = Foo.bar()
|
||||
|
||||
// Also crashed the type checker
|
||||
type t = Foo.bla
|
||||
|
||||
function test() =
|
||||
let x : t = Foo.bar()
|
||||
x
|
||||
|
Loading…
x
Reference in New Issue
Block a user