interface B { fun getX() = 1 } class C : B { override val x = 1 }