FIR IDE: remove IGNORE_FIR from passing resolve tests
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// IGNORE_FIR
|
||||
|
||||
class Controller {
|
||||
suspend fun suspendHere(x: Continuation<Unit>) {
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// IGNORE_FIR
|
||||
|
||||
package ctrl_click
|
||||
|
||||
fun IntArray(vararg content : Int) : IntArray = content
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// IGNORE_FIR
|
||||
|
||||
class A {
|
||||
fun foo() {
|
||||
<caret>JavaClass()
|
||||
|
||||
Reference in New Issue
Block a user