Changed scope for initializer of extension property /*not to resolve things like val List.length = size() */
This commit is contained in:
@@ -5,7 +5,7 @@ package qualified_this {
|
||||
val x = `qtB`this`qtB`@B
|
||||
val y = `qtA`this`qtA`@A
|
||||
val z = `qtB`this
|
||||
~xx~val Int.xx = `xx`this : Int
|
||||
~xx~val Int.xx get() = `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