FIR IDE: use IGNORE_FIR instead of FIR_COMPARISON in hl quick fix tests
To explicitly specify which test are failing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Remove 'final' modifier" "true"
|
||||
|
||||
@Deprecated("") //some comment
|
||||
final<caret> val x: Int = 42
|
||||
final<caret> val x: Int = 42
|
||||
/* IGNORE_FIR */
|
||||
Reference in New Issue
Block a user