IR: add a test about maximum number of constants in an enum class
This commit is contained in:
committed by
Alexander Udalov
parent
0a8858fbfe
commit
f8f08e8134
Generated
+5
@@ -11077,6 +11077,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/enum/asReturnExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bigEnum.kt")
|
||||
public void testBigEnum() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/bigEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classForEnumEntry.kt")
|
||||
public void testClassForEnumEntry() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/classForEnumEntry.kt");
|
||||
|
||||
Reference in New Issue
Block a user