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
@@ -15526,6 +15526,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
runTest("compiler/testData/codegen/box/enum/javaEnumValueOf.kt");
}
@Test
@TestMetadata("javaEnumValueOf2.kt")
public void testJavaEnumValueOf2() throws Exception {
runTest("compiler/testData/codegen/box/enum/javaEnumValueOf2.kt");
}
@Test
@TestMetadata("javaEnumValues.kt")
public void testJavaEnumValues() throws Exception {