IR: add a test about maximum number of constants in an enum class

This commit is contained in:
Jinseong Jeon
2021-01-04 00:26:29 -08:00
committed by Alexander Udalov
parent 0a8858fbfe
commit f8f08e8134
5 changed files with 434 additions and 0 deletions
@@ -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");