[IR] Fix serialization of ENUM_SPECIAL members
This commit is contained in:
+5
@@ -10199,6 +10199,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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