Labeled this & super to nested class' outer is an error
#KT-1174 In Progress
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
`C`super<C>@A.bar()
|
||||
}
|
||||
|
||||
class B : T {
|
||||
inner class B : T {
|
||||
fun test() {
|
||||
`T`super<T>.foo();
|
||||
`C`super<C>@A.bar()
|
||||
|
||||
Reference in New Issue
Block a user