JS: move expressions test to box tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
class A()
|
||||
|
||||
private val doInit = {
|
||||
A()
|
||||
}()
|
||||
|
||||
fun box(): String = if (doInit is A) "OK" else "fail"
|
||||
Reference in New Issue
Block a user