efc957586d
^KT-55877 Fixed
8 lines
135 B
Kotlin
Vendored
8 lines
135 B
Kotlin
Vendored
class A {
|
|
open inner class Inner
|
|
|
|
class Nested : Inner {
|
|
<!EXPLICIT_DELEGATION_CALL_REQUIRED!>constructor()<!>
|
|
}
|
|
}
|