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:
committed by
Space Team
parent
2d334c4e71
commit
184b5cebe7
+5
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user