FE 1.0: implement initial label resolve warning for KT-51433

This commit is contained in:
Mikhail Glukhikh
2022-02-22 11:11:45 +03:00
committed by Space
parent 31b234a261
commit b5e2c492c6
11 changed files with 191 additions and 22 deletions
@@ -12,6 +12,6 @@ fun test() {
fun lambda() {
val funLit = lambda@ fun String.(): String {
return <!NO_THIS!>this@lambda<!>
return <!NO_THIS!>this<!LABEL_RESOLVE_WILL_CHANGE!>@lambda<!><!>
}
}
}