JVM_IR KT-48435 use Java-like counter loop when possible
This commit is contained in:
committed by
TeamCityServer
parent
d4c91c96d3
commit
1c1b9547c1
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -20210,6 +20210,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithBreak.kt")
|
||||
public void testForInIntRangeToConstWithBreak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithBreak.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithContinue.kt")
|
||||
public void testForInIntRangeToConstWithContinue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithContinue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
Generated
+10
@@ -19616,6 +19616,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithBreak.kt")
|
||||
public void testForInIntRangeToConstWithBreak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithBreak.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithContinue.kt")
|
||||
public void testForInIntRangeToConstWithContinue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithContinue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
Generated
+10
@@ -19666,6 +19666,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithBreak.kt")
|
||||
public void testForInIntRangeToConstWithBreak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithBreak.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithContinue.kt")
|
||||
public void testForInIntRangeToConstWithContinue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithContinue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -12617,6 +12617,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithBreak.kt")
|
||||
public void testForInIntRangeToConstWithBreak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithBreak.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInIntRangeToConstWithContinue.kt")
|
||||
public void testForInIntRangeToConstWithContinue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInIntRangeToConstWithContinue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
Reference in New Issue
Block a user