KT-34500 Use correct loop parameter type in ForInArrayLoopGenerator
This commit is contained in:
Generated
+10
@@ -4328,11 +4328,21 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInDelegatedPropertyUpdatedInLoopBody.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInDoubleArrayWithUpcast.kt")
|
||||
public void testForInDoubleArrayWithUpcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInDoubleArrayWithUpcast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInFieldUpdatedInLoopBody.kt")
|
||||
public void testForInFieldUpdatedInLoopBody() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInFieldUpdatedInLoopBody.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInInlineClassArrayWithUpcast.kt")
|
||||
public void testForInInlineClassArrayWithUpcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInInlineClassArrayWithUpcast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forIntArray.kt")
|
||||
public void testForIntArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forIntArray.kt");
|
||||
|
||||
+10
@@ -4338,11 +4338,21 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInDelegatedPropertyUpdatedInLoopBody.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInDoubleArrayWithUpcast.kt")
|
||||
public void testForInDoubleArrayWithUpcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInDoubleArrayWithUpcast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInFieldUpdatedInLoopBody.kt")
|
||||
public void testForInFieldUpdatedInLoopBody() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInFieldUpdatedInLoopBody.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInInlineClassArrayWithUpcast.kt")
|
||||
public void testForInInlineClassArrayWithUpcast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forInInlineClassArrayWithUpcast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forIntArray.kt")
|
||||
public void testForIntArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/forInArray/forIntArray.kt");
|
||||
|
||||
Reference in New Issue
Block a user