[IR] Fix serialization of ENUM_SPECIAL members
This commit is contained in:
Generated
+5
@@ -7904,6 +7904,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/enum/enumInheritedFromTrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumMultiModule.kt")
|
||||
public void testEnumMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/enumMultiModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumShort.kt")
|
||||
public void testEnumShort() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/enumShort.kt");
|
||||
|
||||
+5
@@ -8989,6 +8989,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/enum/enumInheritedFromTrait.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumMultiModule.kt")
|
||||
public void testEnumMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/enumMultiModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumShort.kt")
|
||||
public void testEnumShort() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/enumShort.kt");
|
||||
|
||||
Reference in New Issue
Block a user