FIR IDE: Enable tests for ReplaceInfixOrOperatorCallFix.
This commit is contained in:
committed by
teamcityserver
parent
afeeec3091
commit
5a7f4ffc99
+3
-1
@@ -5,4 +5,6 @@ fun bar() {
|
||||
val fff: (() -> Int)? = { 1 }
|
||||
var i: Int = 1
|
||||
i = fff?.invoke() ?: <caret>
|
||||
}
|
||||
}
|
||||
|
||||
/* IGNORE_FIR */
|
||||
|
||||
Reference in New Issue
Block a user