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