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