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:
+2
-1
@@ -6,4 +6,5 @@ fun foo(p: Int) {
|
||||
|
||||
fun getPair(): Pair<Int, String>? = null
|
||||
|
||||
data class Pair<T1, T2>(val a: T1, val b: T2)
|
||||
data class Pair<T1, T2>(val a: T1, val b: T2)
|
||||
/* IGNORE_FIR */
|
||||
Reference in New Issue
Block a user