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