[FIR] mute lazy resolving contract check in a test where it was recently enabled
This commit is contained in:
committed by
Space Team
parent
89f37816a8
commit
bba8064413
@@ -1,3 +1,4 @@
|
|||||||
|
//FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
import org.jetbrains.kotlin.fir.plugin.CompanionWithFoo
|
import org.jetbrains.kotlin.fir.plugin.CompanionWithFoo
|
||||||
|
|
||||||
@CompanionWithFoo
|
@CompanionWithFoo
|
||||||
|
|||||||
+2
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
|
|
||||||
import org.jetbrains.kotlin.fir.plugin.NestedClassAndMaterializeMember
|
import org.jetbrains.kotlin.fir.plugin.NestedClassAndMaterializeMember
|
||||||
|
|
||||||
@NestedClassAndMaterializeMember
|
@NestedClassAndMaterializeMember
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
// DUMP_IR
|
// DUMP_IR
|
||||||
package bar
|
package bar
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
// MODULE: lib
|
// MODULE: lib
|
||||||
import org.jetbrains.kotlin.fir.plugin.AllOpen
|
import org.jetbrains.kotlin.fir.plugin.AllOpen
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
|
|
||||||
package foo
|
package foo
|
||||||
|
|
||||||
import org.jetbrains.kotlin.fir.plugin.MyInterfaceSupertype
|
import org.jetbrains.kotlin.fir.plugin.MyInterfaceSupertype
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
import org.jetbrains.kotlin.fir.plugin.CoreSerializer
|
import org.jetbrains.kotlin.fir.plugin.CoreSerializer
|
||||||
import org.jetbrains.kotlin.fir.plugin.MySerializable
|
import org.jetbrains.kotlin.fir.plugin.MySerializable
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||||
package foo
|
package foo
|
||||||
|
|
||||||
import org.jetbrains.kotlin.fir.plugin.DummyFunction
|
import org.jetbrains.kotlin.fir.plugin.DummyFunction
|
||||||
|
|||||||
Reference in New Issue
Block a user