Files
T

7 lines
139 B
Kotlin
Vendored

// WITH_RUNTIME
// FIX: Replace with `listOf` function
import java.util.Arrays
fun test() {
val a = Arrays.<caret>asList(1, 3, null)
}