Merge branch 'master' of git.labs.intellij.net:jet

This commit is contained in:
Andrey Breslav
2011-06-27 14:45:05 +04:00
9 changed files with 592 additions and 29 deletions
@@ -1,6 +1,6 @@
fun box() : String {
val cl = 39
return if (sum(200, { cl }) == 2) "OK" else "FAIL"
return if (sum(200, { cl }) == 239) "OK" else "FAIL"
}
fun sum(arg:Int, f : {() : Int}) : Int {