FIR IDE: Assert that the action to invoke in

AbstractHighLevelQuickFixTest is of type QuickFixActionBase.
This commit is contained in:
Mark Punzalan
2021-06-10 07:11:46 +00:00
committed by TeamCityServer
parent 783e5972d0
commit cd6dbd2515
6 changed files with 25 additions and 7 deletions
@@ -4,4 +4,5 @@ class Test {
get() {
return 1
}
}
}
/* IGNORE_FIR */
@@ -5,4 +5,5 @@ class Test {
return 1
}
set(value) {<caret>}
}
}
/* IGNORE_FIR */
@@ -3,4 +3,5 @@
class Test {
var x: Int<caret>
set(value) {}
}
}
/* IGNORE_FIR */
@@ -6,4 +6,5 @@ class Test {
<caret>TODO()
}
set(value) {}
}
}
/* IGNORE_FIR */