JVM_IR: Generate counter loop for reversed array (KT-22429)
This commit is contained in:
+6
@@ -1234,6 +1234,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/arrays/forInReversed"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reversedArray.kt")
|
||||
public void testReversedArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/arrays/forInReversed/reversedArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("reversedArrayOriginalUpdatedInLoopBody.kt")
|
||||
public void testReversedArrayOriginalUpdatedInLoopBody() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user