// SIBLING: class A { var t = 1 private set fun test() { t = 5 } }