Labeled this & super to nested class' outer is an error
#KT-1174 In Progress
This commit is contained in:
@@ -3,13 +3,13 @@ open class A {
|
||||
}
|
||||
|
||||
open class B : A() {
|
||||
class E {
|
||||
inner class E {
|
||||
val foo: String = super<A>@B.foo
|
||||
}
|
||||
}
|
||||
|
||||
class C : B() {
|
||||
class D {
|
||||
inner class D {
|
||||
val foo: String = super<B>@C.foo
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user