blob: 85876312256d6e8d55f5caa9ca168ce367649e20 [file]
fun box() : String {
var a = 10
return if(a?.plus(10) == 20) "OK" else "fail"
}