//ALLOW_AST_ACCESS package test public object Obj { public val v: String = "val" public fun f(): String = "fun" }