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
@@ -1426,6 +1426,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
doTest(fileName);
}
@TestMetadata("forInReversedDownTo.kt")
public void testForInReversedDownTo() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/forLoop/forInReversed/forInReversedDownTo.kt");
doTest(fileName);
}
@TestMetadata("forInReversedEmptyRangeLiteral.kt")
public void testForInReversedEmptyRangeLiteral() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/forLoop/forInReversed/forInReversedEmptyRangeLiteral.kt");