7 lines
125 B
Plaintext
Vendored
7 lines
125 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// FIX: Replace with `listOf` function
|
|
import java.util.Arrays
|
|
|
|
fun test() {
|
|
val a = listOf(1, 3, null)
|
|
} |