JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
class A()
|
||||
|
||||
private val doInit = {
|
||||
A()
|
||||
}()
|
||||
|
||||
fun box(): Boolean = doInit is A
|
||||
Reference in New Issue
Block a user