Supported loading named objects within class objects from compiled library.

This commit is contained in:
Evgeny Gerashchenko
2012-10-26 21:11:50 +04:00
parent a71fa35187
commit 78d62fa0c0
4 changed files with 57 additions and 7 deletions
@@ -140,6 +140,11 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
doTest("compiler/testData/loadKotlin/class/NamedObject.kt");
}
@TestMetadata("NamedObjectInClassObject.kt")
public void testNamedObjectInClassObject() throws Exception {
doTest("compiler/testData/loadKotlin/class/NamedObjectInClassObject.kt");
}
@TestMetadata("NamedObjectInNamedObject.kt")
public void testNamedObjectInNamedObject() throws Exception {
doTest("compiler/testData/loadKotlin/class/NamedObjectInNamedObject.kt");