8 lines
116 B
Kotlin
Vendored
8 lines
116 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
val a = arrayListOf<Int>(1, 2, 3)
|
|
a.<caret>add(1, 4)
|
|
}
|