b0c3461eab
KT-26236 Fixed
7 lines
113 B
Kotlin
Vendored
7 lines
113 B
Kotlin
Vendored
// "Change 'set' to val" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
var set = mutableSetOf(1)
|
|
set <caret>+= 2
|
|
} |