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