Files
T
2019-04-18 15:28:52 +07:00

6 lines
100 B
Kotlin
Vendored

// WITH_RUNTIME
import java.util.Arrays
fun test() {
val a = Arrays.<caret>asList(1, 3, null)
}