// FIR_IDENTICAL interface T { val x: Int } abstract class C : T { fun getX() = 1 }