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
@@ -5,4 +5,6 @@ fun bar() {
val fff: (() -> Int)? = { 1 }
var i: Int = 1
i = fff<caret>()
}
}
/* IGNORE_FIR */