Namespace fix #589

Merged
zxq9 merged 2 commits from namespace-fix into master 2019-06-27 16:34:49 +09:00
Showing only changes of commit 259bae1720 - Show all commits

View File

@ -10,3 +10,9 @@ contract Bug =
// Crashed the type checker // 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