Minor: add tests for KT-45893
This commit is contained in:
+12
@@ -28390,6 +28390,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/ranges/forInCustomIterable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forInDoubleRangeWithCustomIterator.kt")
|
||||
public void testForInDoubleRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDoubleRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forInFloatRangeWithCustomIterator.kt")
|
||||
public void testForInFloatRangeWithCustomIterator() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInFloatRangeWithCustomIterator.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forInRangeLiteralWithMixedTypeBounds.kt")
|
||||
public void testForInRangeLiteralWithMixedTypeBounds() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user