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