5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
fun foo() {
|
|
var list: ArrayList<Int> = <caret>ArrayList(3)
|
|
} |