IDE: Don't do any resolution in ReplaceInfixOrOperatorCallFix.invoke().
This commit is contained in:
committed by
teamcityserver
parent
06adb405e1
commit
5a6d543fba
+9
@@ -0,0 +1,9 @@
|
||||
// "Replace with safe (?.) call" "true"
|
||||
class A {
|
||||
operator fun plusAssign(other: A) {}
|
||||
}
|
||||
|
||||
fun foo(b: A) {
|
||||
var a: A? = A()
|
||||
a <caret>+= b
|
||||
}
|
||||
Reference in New Issue
Block a user