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