Labeled this & super to nested class' outer is an error
#KT-1174 In Progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Outer() {
|
||||
class Inner() {
|
||||
inner class Inner() {
|
||||
val outer: Outer get() = this@Outer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user