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:
@@ -6,4 +6,5 @@ interface ParseResult<out T> {
|
||||
|
||||
class Success<T>(<caret>internal override val value : T) : ParseResult<T> {
|
||||
public override val success : Boolean = true
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
Reference in New Issue
Block a user