[FE] Fill DESCRIPTOR_TO_CONTEXT_RECEIVER_MAP only with CR enabled
This commit is contained in:
committed by
TeamCityServer
parent
9e2271399e
commit
2d088196ce
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user