ee304e92b5
Relates to #KT-27782 #KT-21641
6 lines
86 B
Plaintext
Vendored
6 lines
86 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import java.util.Arrays
|
|
|
|
fun test() {
|
|
val a = listOf(1, 3, null)
|
|
} |