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