Add test for indices.reversed()

This commit is contained in:
Dmitry Petrov
2017-07-12 15:51:25 +03:00
parent 6a673a03e4
commit 2849e19af5
5 changed files with 47 additions and 0 deletions
@@ -13723,6 +13723,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("indexOfLast.kt")
public void testIndexOfLast() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/ranges/forInIndices/indexOfLast.kt");
doTest(fileName);
}
@TestMetadata("kt12983_forInGenericArrayIndices.kt")
public void testKt12983_forInGenericArrayIndices() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/ranges/forInIndices/kt12983_forInGenericArrayIndices.kt");