// SIBLING: class A { private val t: Int = 1 fun foo(): Int { return t } }