[FE] Fill DESCRIPTOR_TO_CONTEXT_RECEIVER_MAP only with CR enabled
This commit is contained in:
committed by
TeamCityServer
parent
9e2271399e
commit
2d088196ce
+1
-1
@@ -44,7 +44,7 @@ fun f(<this>: A<Int>, <this>: A<String>, <this>: B) {
|
||||
}
|
||||
|
||||
val C.p: Int
|
||||
get(<this>: B, <this>: A<String>, <this>: A<Int>): Int {
|
||||
get(<this>: A<Int>, <this>: A<String>, <this>: B): Int {
|
||||
<this>.<get-a>().toFloat() /*~> Unit */
|
||||
<this>.<get-a>().<get-length>() /*~> Unit */
|
||||
<this>.<get-b>() /*~> Unit */
|
||||
|
||||
Reference in New Issue
Block a user