JVM IR: Fix compilation of nested inner classes
This commit is contained in:
committed by
Alexander Udalov
parent
02e78bcd76
commit
b02f0f0a25
Generated
+5
@@ -12533,6 +12533,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedInPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedInnerClass.kt")
|
||||
public void testNestedInnerClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedInnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedObjects.kt");
|
||||
|
||||
Generated
+5
@@ -12533,6 +12533,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedInPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedInnerClass.kt")
|
||||
public void testNestedInnerClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedInnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedObjects.kt");
|
||||
|
||||
+5
@@ -12598,6 +12598,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedInPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedInnerClass.kt")
|
||||
public void testNestedInnerClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedInnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedObjects.kt")
|
||||
public void testNestedObjects() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/nestedObjects.kt");
|
||||
|
||||
Reference in New Issue
Block a user