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