[IR] Fix serialization of ENUM_SPECIAL members

This commit is contained in:
Roman Artemev
2019-06-03 19:05:10 +03:00
committed by romanart
parent e32bbcecc2
commit efaf5a9947
8 changed files with 60 additions and 3 deletions
@@ -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");