class A { private val i: Int = 1 } fun test(a: A) { a.i }