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