Add regression test for KT-54707

This commit is contained in:
Alexander Udalov
2022-10-28 16:05:59 +02:00
parent 8e52babb42
commit 54ab66cd4e
9 changed files with 61 additions and 0 deletions
@@ -3958,6 +3958,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class Casts extends AbstractLightAnalysisModeTest {
@TestMetadata("kt54707.kt")
public void ignoreKt54707() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt54707.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}