Test case for another name space bug
This commit is contained in:
parent
a47fa59f5b
commit
259bae1720
@ -8,5 +8,11 @@ namespace Foo =
|
||||
contract Bug =
|
||||
|
||||
// Crashed the type checker
|
||||
function foo () = Foo.bar()
|
||||
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