This commit is contained in:
+10
@@ -24343,6 +24343,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testKt13241_Collection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIndices/kt13241_Collection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43159_ArrayUpperBound.kt")
|
||||
public void testKt43159_ArrayUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIndices/kt43159_ArrayUpperBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43159_GenericArray.kt")
|
||||
public void testKt43159_GenericArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIndices/kt43159_GenericArray.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ranges/forInProgressionWithIndex")
|
||||
|
||||
Reference in New Issue
Block a user