JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package foo
|
||||
|
||||
var a = 3
|
||||
|
||||
fun box(): String {
|
||||
a -= 10
|
||||
|
||||
return if (a == -7) "OK" else "fail"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user