Revert "Convert to range check: don't report it if recursive call will be created"

This reverts commit 73184884
This commit is contained in:
Yan Zhulanow
2020-10-24 00:19:32 +09:00
parent d735637f1e
commit 16dbf7ba74
3 changed files with 10 additions and 52 deletions
@@ -3871,11 +3871,6 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest {
runTest("idea/testData/inspectionsLocal/convertTwoComparisonsToRangeCheck/nonConstants.kt");
}
@TestMetadata("recursiveCall.kt")
public void testRecursiveCall() throws Exception {
runTest("idea/testData/inspectionsLocal/convertTwoComparisonsToRangeCheck/recursiveCall.kt");
}
@TestMetadata("until.kt")
public void testUntil() throws Exception {
runTest("idea/testData/inspectionsLocal/convertTwoComparisonsToRangeCheck/until.kt");