// MOVE: down class A { val x: String get() { return "" } set(v: String) { } class B { } }