FIR IDE: Enable tests for ReplaceInfixOrOperatorCallFix.
This commit is contained in:
committed by
teamcityserver
parent
afeeec3091
commit
5a7f4ffc99
@@ -4,4 +4,6 @@
|
||||
fun foo(list: List<String>?) {
|
||||
var s = ""
|
||||
s = list[0]<caret> ?: ""
|
||||
}
|
||||
}
|
||||
|
||||
/* IGNORE_FIR */
|
||||
|
||||
Reference in New Issue
Block a user