b0c3461eab
KT-26236 Fixed
7 lines
136 B
Kotlin
Vendored
7 lines
136 B
Kotlin
Vendored
// "Replace with 'plusAssign()' call" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
var map = mutableMapOf(1 to 1)
|
|
map <caret>+= 2 to 2
|
|
} |