b0c3461eab
KT-26236 Fixed
7 lines
126 B
Kotlin
Vendored
7 lines
126 B
Kotlin
Vendored
// "Replace with 'minusAssign()' call" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
var set = HashSet<Int>()
|
|
set <caret>-= 2
|
|
} |