[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
|
||||
|
||||
@CompanionWithFoo
|
||||
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
|
||||
|
||||
import org.jetbrains.kotlin.fir.plugin.NestedClassAndMaterializeMember
|
||||
|
||||
@NestedClassAndMaterializeMember
|
||||
|
||||
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user