Test fix for previous commit

This commit is contained in:
Mikhael Bogdanov
2013-09-24 14:31:58 +04:00
parent 7520ff1420
commit 6ca3a581b0
@@ -1,6 +1,5 @@
fun box() : String {
fun foo<T>(t:() -> T) : T = t()
return foo {}
return "OK"
return foo {"OK"}
}