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
@@ -15703,6 +15703,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
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");