Merge remote branch 'origin/master'

This commit is contained in:
Andrey Breslav
2011-11-01 17:47:56 +03:00
5 changed files with 82 additions and 20 deletions
@@ -0,0 +1,4 @@
fun box() : String {
var a = 10
return if(a?.plus(10) == 20) "OK" else "fail"
}