JS: move expressions test to box tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
fun box(): String {
|
||||
var r = ""
|
||||
if (r != "") else r += "O"
|
||||
if (r == "O") r += "K" else;
|
||||
return r
|
||||
}
|
||||
Reference in New Issue
Block a user