940ce27925
#KT-17489 Fixed
4 lines
79 B
Kotlin
Vendored
4 lines
79 B
Kotlin
Vendored
fun foo(list: MutableList<Int>) {
|
|
val <caret>list1 = list
|
|
list1 += 10
|
|
} |