FIR IDE: Generate quickfix tests related to ReplaceCallFix.

This commit is contained in:
Mark Punzalan
2021-02-26 22:23:26 +00:00
committed by Ilya Kirillov
parent 05deecaafa
commit 1b649fa4cb
4 changed files with 296 additions and 1 deletions
@@ -11,3 +11,4 @@ fun foo() {
val test: Some? = Some()
for (i in <caret>test) { }
}
/* FIR_COMPARISON */
@@ -10,4 +10,5 @@ class A {
fun A?.bar() {
<caret>foo()
}
}
/* FIR_COMPARISON */