[FE] Fill DESCRIPTOR_TO_CONTEXT_RECEIVER_MAP only with CR enabled
This commit is contained in:
committed by
TeamCityServer
parent
9e2271399e
commit
2d088196ce
+2
-2
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
context(A) public val a: kotlin.Int = 1
|
||||
context(B, A) public var b: kotlin.Int
|
||||
context(B, A) public val c: kotlin.Int
|
||||
context(A, B) public var b: kotlin.Int
|
||||
context(A, B) public val c: kotlin.Int
|
||||
|
||||
public interface A {
|
||||
public abstract fun a(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user