Minor: add diag.txt file for label clashes diagnostic tests
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
// !LANGUAGE: +ContextReceivers
|
||||
// !RENDER_DIAGNOSTICS_FULL_TEXT
|
||||
|
||||
class Some {
|
||||
context(Some, String)
|
||||
fun foo() {
|
||||
this<!UNRESOLVED_LABEL!>@foo<!>
|
||||
//this@foo
|
||||
this@Some
|
||||
this<!UNRESOLVED_LABEL!>@String<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user