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