JVM_IR, codegen: handle names for classes within local classes
This commit is contained in:
+5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user