blob: 220b010506070397cb848b7d92122de00ca986eb [file] [log] [blame]
//ALLOW_AST_ACCESS
package test
public object Obj {
public val v: String = "val"
public fun f(): String = "fun"
}
val x = 5