JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
}
|
||||
|
||||
val a1 = Array<Int>(3)
|
||||
val a2 = Array<A>(2)
|
||||
|
||||
fun box() = (a1[4] == null)
|
||||
Reference in New Issue
Block a user