[FIR] mute lazy resolving contract check in a test where it was recently enabled

This commit is contained in:
Ilya Kirillov
2023-01-04 16:54:57 +01:00
committed by Space Team
parent 89f37816a8
commit bba8064413
7 changed files with 9 additions and 0 deletions
@@ -1,3 +1,4 @@
//FIR_DISABLE_LAZY_RESOLVE_CHECKS
import org.jetbrains.kotlin.fir.plugin.CompanionWithFoo
@CompanionWithFoo
@@ -1,3 +1,5 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
import org.jetbrains.kotlin.fir.plugin.NestedClassAndMaterializeMember
@NestedClassAndMaterializeMember
@@ -1,3 +1,4 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
// DUMP_IR
package bar
@@ -1,3 +1,4 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
// MODULE: lib
import org.jetbrains.kotlin.fir.plugin.AllOpen
@@ -1,3 +1,5 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
package foo
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.MySerializable
@@ -1,3 +1,4 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
package foo
import org.jetbrains.kotlin.fir.plugin.DummyFunction