JS: move more test to box tests
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package foo
|
||||
|
||||
object A {
|
||||
object B {
|
||||
val lambda = { "OK" }
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = A.B.lambda()
|
||||
|
||||
Reference in New Issue
Block a user