5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
fun a () {
|
|
val list = mutableListOf(1)
|
|
list<caret>[0] = 1
|
|
}
|