Add BB test for problem fixed with c2ab91d0

This commit is contained in:
Mikhail Glukhikh
2021-11-24 11:07:25 +03:00
committed by teamcityserver
parent 1481ad21f5
commit 0058d7e3d6
6 changed files with 50 additions and 0 deletions
@@ -12532,6 +12532,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/enum/javaEnumValueOf.kt");
}
@TestMetadata("javaEnumValueOf2.kt")
public void testJavaEnumValueOf2() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValueOf2.kt");
}
@TestMetadata("javaEnumValues.kt")
public void testJavaEnumValues() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValues.kt");