73e319ca7a
#KT-34715 Fixed
7 lines
117 B
Kotlin
Vendored
7 lines
117 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
operator fun Int.minusAssign(element: Int) {}
|
|
|
|
fun test() {
|
|
val x = 1
|
|
x <caret>-= 9
|
|
} |