FIR IDE: Enable tests for ReplaceInfixOrOperatorCallFix.

This commit is contained in:
Mark Punzalan
2021-05-21 21:41:59 +00:00
committed by teamcityserver
parent afeeec3091
commit 5a7f4ffc99
36 changed files with 244 additions and 28 deletions
@@ -7,3 +7,5 @@ fun foo(b: A) {
var a: A? = A()
a <caret>+= b
}
/* IGNORE_FIR */