JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
fun f(): String {
|
||||
val z = object {
|
||||
val c = "OK"
|
||||
}
|
||||
return z.c
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = A().f();
|
||||
Reference in New Issue
Block a user