Minor: add tests for KT-45893

This commit is contained in:
Dmitry Petrov
2021-04-05 15:47:35 +03:00
parent e10df86037
commit 120eba8d3d
10 changed files with 144 additions and 0 deletions
@@ -24124,6 +24124,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");