Supported loading named objects within named objects from compiled library.

This commit is contained in:
Evgeny Gerashchenko
2012-10-24 18:42:24 +04:00
parent 3ca976ee77
commit a71fa35187
5 changed files with 42 additions and 12 deletions
@@ -0,0 +1,12 @@
namespace test
public final object test.Outer : jet.Any {
private final /*constructor*/ fun <init>(): test.Outer
public final val Obj: test.Outer.Obj
public final object test.Outer.Obj : jet.Any {
private final /*constructor*/ fun <init>(): test.Outer.Obj
public final fun f(): jet.String
public final val v: jet.String
}
}
public final val Outer: test.Outer