Add BB test for problem fixed with c2ab91d0
This commit is contained in:
committed by
teamcityserver
parent
1481ad21f5
commit
0058d7e3d6
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user