15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
package test
|
|
|
|
public val Outer : test.Outer
|
|
|
|
public object Outer {
|
|
/*primary*/ private constructor Outer()
|
|
public final val Obj : test.Outer.Obj
|
|
|
|
public object Obj {
|
|
/*primary*/ private constructor Obj()
|
|
public final val v : jet.String
|
|
public final fun f() : jet.String
|
|
}
|
|
}
|