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
@@ -6,7 +6,7 @@ class Some {
fun foo() {
//this@foo
this@Some
this<!UNRESOLVED_LABEL!>@String<!>
this@String
}
context(Some)