// FIR_IDENTICAL open class Super { inner open class Inner { } } class Sub : Super() { // TODO: it would be nice to have a possibility to omit explicit type argument in supertype inner class SubInner : Super.Inner() {} }