FIR: Support typeRef-name label for this
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ class Some {
|
||||
fun foo() {
|
||||
//this@foo
|
||||
this@Some
|
||||
this<!UNRESOLVED_LABEL!>@String<!>
|
||||
this@String
|
||||
}
|
||||
|
||||
context(Some)
|
||||
|
||||
Reference in New Issue
Block a user