FIR: Support typeRef-name label for this

This commit is contained in:
Denis.Zharkov
2022-03-24 14:58:11 +03:00
committed by teamcity
parent ac399321f0
commit 512446843b
13 changed files with 38 additions and 108 deletions
@@ -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)