// FIR_IDENTICAL open class B { fun getX() = 1 } class C : B() { val x: Int = 1 }