FIR2IR fix enum special methods generation

This commit is contained in:
Dmitry Petrov
2021-11-22 17:10:25 +03:00
committed by Space
parent 2a263eca65
commit 2179987de7
10 changed files with 146 additions and 12 deletions
@@ -15508,12 +15508,30 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
runTest("compiler/testData/codegen/box/enum/javaClassWithNestedEnum.kt");
}
@Test
@TestMetadata("javaEnumValueOf.kt")
public void testJavaEnumValueOf() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValueOf.kt");
}
@Test
@TestMetadata("javaEnumValues.kt")
public void testJavaEnumValues() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValues.kt");
}
@Test
@TestMetadata("javaEnumValues2.kt")
public void testJavaEnumValues2() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValues2.kt");
}
@Test
@TestMetadata("javaEnumValues3.kt")
public void testJavaEnumValues3() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValues3.kt");
}
@Test
@TestMetadata("kt1119.kt")
public void testKt1119() throws Exception {