// FIR_IDENTICAL open class Base { fun foo() {} } class Derived : Base() { class Nested { fun bar() = foo() } }