Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/labelClashesWithContextReceivers.diag.txt
T
2024-02-08 12:59:31 +00:00

8 lines
555 B
Plaintext
Vendored

/labelClashesWithContextReceivers.kt:8:13: warning: this label is now resolved to 'class Some' but soon it will be resolved to the closest 'function foo context receiver'. Please consider introducing or changing explicit label name
this@Some
^^^^^
/labelClashesWithContextReceivers.kt:14:21: warning: this label is now resolved to 'class Some' but soon it will be resolved to the closest 'property self context receiver'. Please consider introducing or changing explicit label name
get() = this@Some
^^^^^