This commit is contained in:
Generated
+10
@@ -18793,6 +18793,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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")
|
||||
|
||||
Generated
+10
@@ -18793,6 +18793,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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")
|
||||
|
||||
+10
@@ -18898,6 +18898,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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