New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
9c71d5ca25
commit
ea2081c2f0
@@ -0,0 +1,9 @@
|
||||
import java.util.Arrays
|
||||
|
||||
class Foo {
|
||||
fun test() {
|
||||
val list: List<String?> = Arrays.asList("a", "b")
|
||||
val array1: Array<Any?> = list.toTypedArray()
|
||||
val array2: Array<Any?> = list.toTypedArray()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user