b0c3461eab
KT-26236 Fixed
7 lines
137 B
Plaintext
Vendored
7 lines
137 B
Plaintext
Vendored
// "Replace with 'plusAssign()' call" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
var set = HashMap<Int, Int>()
|
|
set.plusAssign(2 to 2)
|
|
} |