package test public class Outer { public class object { public object Obj { public val v: String = "val" public fun f(): String = "fun" } } }