JVM_IR, codegen: handle names for classes within local classes

This commit is contained in:
Georgy Bronnikov
2019-10-02 14:55:47 +03:00
parent cd251458bd
commit 4b5877f3b5
9 changed files with 61 additions and 26 deletions
@@ -10562,6 +10562,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/enum/valueof.kt");
}
@TestMetadata("whenInObject.kt")
public void testWhenInObject() throws Exception {
runTest("compiler/testData/codegen/box/enum/whenInObject.kt");
}
@TestMetadata("compiler/testData/codegen/box/enum/defaultCtor")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)