PSI2IR KT-45022 object in LHS of compound assignment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun box(): String {
|
||||
X += 1
|
||||
return "OK"
|
||||
}
|
||||
|
||||
object X {
|
||||
operator fun plusAssign(any: Any) = Unit
|
||||
}
|
||||
Reference in New Issue
Block a user