[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
@@ -9,6 +9,6 @@ interface B {
}
val c: Int
get(<this>: B, <this>: A): Int {
return <this> /*as A */.a().plus(other = <this>.b())
get(<this>: A, <this>: B): Int {
return <this>.a().plus(other = <this> /*as B */.b())
}