FIR2IR fix enum special methods generation
This commit is contained in:
+18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user