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
@@ -4,4 +4,6 @@
fun foo(list: List<String>?) {
var s = ""
s = list[0]<caret> ?: ""
}
}
/* IGNORE_FIR */