Minor: add tests for KT-45893
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -19213,6 +19213,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/ranges/forInCustomIterable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
|
||||
public void testForInDoubleRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
|
||||
public void testForInFloatRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
Generated
+10
@@ -18634,6 +18634,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInCustomIterable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
|
||||
public void testForInDoubleRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
|
||||
public void testForInFloatRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
Generated
+10
@@ -18684,6 +18684,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInCustomIterable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
|
||||
public void testForInDoubleRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
|
||||
public void testForInFloatRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.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
@@ -11971,6 +11971,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/ranges/forByteProgressionWithIntIncrement.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
|
||||
public void testForInDoubleRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
|
||||
public void testForInFloatRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInRangeLiteralWithMixedTypeBounds.kt");
|
||||
|
||||
Reference in New Issue
Block a user