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