Intrinsics for 'reversed': downTo

#KT-21323 In Progress
This commit is contained in:
Dmitry Petrov
2017-12-11 16:41:51 +03:00
parent 64ba811b7f
commit 455a1c0f53
8 changed files with 86 additions and 1 deletions
@@ -15259,6 +15259,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("forInReversedDownTo.kt")
public void testForInReversedDownTo() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/ranges/forInReversed/forInReversedDownTo.kt");
doTest(fileName);
}
@TestMetadata("forInReversedEmptyRange.kt")
public void testForInReversedEmptyRange() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/ranges/forInReversed/forInReversedEmptyRange.kt");