Supported loading named objects within named objects from compiled library.
This commit is contained in:
@@ -140,6 +140,11 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
|
||||
doTest("compiler/testData/loadKotlin/class/NamedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NamedObjectInNamedObject.kt")
|
||||
public void testNamedObjectInNamedObject() throws Exception {
|
||||
doTest("compiler/testData/loadKotlin/class/NamedObjectInNamedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NamedObjectWithAnotherTopLevelProperty.kt")
|
||||
public void testNamedObjectWithAnotherTopLevelProperty() throws Exception {
|
||||
doTest("compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user