Labeled this & super to nested class' outer is an error
#KT-1174 In Progress
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class A(val a:Int) {
|
||||
|
||||
class B() {
|
||||
inner class B() {
|
||||
val x = this@B : B
|
||||
val y = this@A : A
|
||||
val z = this : B
|
||||
|
||||
Reference in New Issue
Block a user