[FE] Fill DESCRIPTOR_TO_CONTEXT_RECEIVER_MAP only with CR enabled

This commit is contained in:
Anastasiya Shadrina
2021-11-23 21:08:31 +07:00
committed by TeamCityServer
parent 9e2271399e
commit 2d088196ce
14 changed files with 54 additions and 113 deletions
@@ -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