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