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
@@ -0,0 +1,3 @@
fun invoker(~gen~gen : {() : Int}) : Int {
return `gen`gen() // Says it cannot resolve 'gen' here
}