FE 1.0: implement initial label resolve warning for KT-51433
This commit is contained in:
@@ -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<!><!>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user