a9b8f6715b
This reverts commit 6e191147b9.
8 lines
164 B
Kotlin
Vendored
8 lines
164 B
Kotlin
Vendored
class A {
|
|
open inner class Inner
|
|
|
|
class Nested : Inner {
|
|
<!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>constructor()<!><!UNRESOLVED_REFERENCE!><!>
|
|
}
|
|
}
|