mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-15 08:31:35 +00:00
4 lines
79 B
Kotlin
Vendored
4 lines
79 B
Kotlin
Vendored
fun foo(list: MutableList<Int>) {
|
|
val <caret>list1 = list
|
|
list1 += 10
|
|
} |