Namespace fix #589
@ -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