Supported loading named objects within class 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("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");
|
||||
|
||||
Reference in New Issue
Block a user