KT-4574 New Intention: Split If - converts if statement containing one or more conjunction operators into two nested if statements
This commit is contained in:
committed by
Pavel V. Talanov
parent
7c94e8a9af
commit
a6a1bb2b7c
@@ -383,6 +383,7 @@ fun main(args: Array<String>) {
|
||||
model("intentions/convertNegatedBooleanSequence", testMethod="doTestConvertNegatedBooleanSequence")
|
||||
model("intentions/convertNegatedExpressionWithDemorgansLaw", testMethod = "doTestConvertNegatedExpressionWithDemorgansLaw")
|
||||
model("intentions/swapBinaryExpression", testMethod = "doTestSwapBinaryExpression")
|
||||
model("intentions/splitIf", testMethod = "doTestSplitIf")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractJetInspectionTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user