Files
kotlin-fork/compiler/testData/loadKotlin/class/NamedObjectInNamedObject.txt
T
Evgeny Gerashchenko 5e5cd86194 Regenerated test data.
2012-12-20 18:48:47 +04:00

13 lines
416 B
Plaintext

namespace test
public final object test.Outer : jet.Any {
private final /*primary constructor*/ fun <init>(): test.Outer
public final val Obj: test.Outer.Obj
public final object test.Outer.Obj : jet.Any {
private final /*primary constructor*/ fun <init>(): test.Outer.Obj
public final fun f(): jet.String
public final val v: jet.String
}
}
public final val Outer: test.Outer