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