SimplesClosure test fixed.

This commit is contained in:
Andrey Breslav
2011-06-20 16:18:49 +04:00
parent b4ded8702c
commit 760b643df9
10 changed files with 194 additions and 14 deletions
@@ -1,7 +1,7 @@
namespace a {
val foo = <error>bar()</error>
val foo = bar()
fun bar() = foo
fun bar() = <error>foo</error>
}
namespace b {