Added test cases for StandardLibraryReferenceResolverTest.

This commit is contained in:
Evgeny Gerashchenko
2012-05-12 21:37:01 +04:00
parent cfb0844706
commit 6f3f1a11f4
8 changed files with 44 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
fun f(p : () -> String) {
p.<ref>invoke()
}
//jet.src/Functions.jet:invoke