Added a test for members of EnumEntry in a library.
This commit is contained in:
committed by
alexander-gorshenev
parent
d13b350716
commit
a816de4865
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user