Remove IGNORE_FIR directive from already green tests
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
// "Replace with safe (?.) call" "true"
|
||||
fun foo(a: Int?) {
|
||||
a<caret>.plus(1)
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
// "Replace with safe (?.) call" "true"
|
||||
fun foo(a: Int?) {
|
||||
a?.plus(1)
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
Reference in New Issue
Block a user