// FIR_IDENTICAL interface B { fun getX() = 1 } interface D { val x: Int } class C(d: D) : D by d, B