open class C { val x = 1 } interface Tr : C { fun getX() = 1 }