Revert "Convert to range check: don't report it if recursive call will be created"
This reverts commit 73184884
This commit is contained in:
-5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user