FIR: Support typeRef-name label for this
This commit is contained in:
Vendored
+2
-2
@@ -1,11 +1,11 @@
|
||||
fun List<Int>.f() {
|
||||
this<!UNRESOLVED_LABEL!>@List<!>.size
|
||||
this@List.size
|
||||
}
|
||||
|
||||
context(String)
|
||||
fun Int.f() {
|
||||
this@String.length
|
||||
this<!UNRESOLVED_LABEL!>@Int<!>.toDouble()
|
||||
this@Int.toDouble()
|
||||
}
|
||||
|
||||
context(String)
|
||||
|
||||
Reference in New Issue
Block a user