Minor. Add regression test for KT-60136

Spread operator works incorrectly in K1, but correctly in K2.
 #KT-60136 Fixed
This commit is contained in:
Ilmir Usmanov
2023-09-04 20:18:33 +02:00
committed by Space Team
parent 2d334c4e71
commit 184b5cebe7
8 changed files with 60 additions and 0 deletions
@@ -34930,6 +34930,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class Annotations extends AbstractLightAnalysisModeTest {
@TestMetadata("spread.kt")
public void ignoreSpread() throws Exception {
runTest("compiler/testData/codegen/box/reflection/annotations/spread.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
}