'this' is resolved to the corresponding declaration in labeled function literals
This commit is contained in:
@@ -8,6 +8,8 @@ namespace qualified_this {
|
||||
~xx~val Int.xx = `xx`this : Int
|
||||
~xx()~fun Int.xx() {
|
||||
`xx()`this : Int
|
||||
val a = {Int.() => `xx()`this`xx()`@xx + this}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user