4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
var list = java.util.<caret>ArrayList<Int>()
|
|
} |