class A { var property = 10 private set fun f() { println(property) } }