Added a test for members of EnumEntry in a library.

This commit is contained in:
Alexander Gorshenev
2019-06-13 19:31:25 +03:00
committed by alexander-gorshenev
parent d13b350716
commit a816de4865
6 changed files with 55 additions and 0 deletions
@@ -10174,6 +10174,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/enum/enumCompanionInit.kt");
}
@TestMetadata("enumEntryMembers.kt")
public void testEnumEntryMembers() throws Exception {
runTest("compiler/testData/codegen/box/enum/enumEntryMembers.kt");
}
@TestMetadata("enumEntryReferenceFromInnerClassConstructor1.kt")
public void testEnumEntryReferenceFromInnerClassConstructor1() throws Exception {
runTest("compiler/testData/codegen/box/enum/enumEntryReferenceFromInnerClassConstructor1.kt");