JVM IR: Fix compilation of nested inner classes

This commit is contained in:
Steven Schäfer
2020-08-28 13:43:52 +02:00
committed by Alexander Udalov
parent 02e78bcd76
commit b02f0f0a25
9 changed files with 49 additions and 1 deletions
@@ -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");
@@ -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");
@@ -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");