// "Make A.x open" "true" open class A { final var x = 42; } class B : A() { override var x = 24; }