New Intention Action: Invert If Condition
Inverts the conditional expression in an if expression.
This commit is contained in:
committed by
Alexey Sedunov
parent
aa20af3cf3
commit
5550924dc5
@@ -412,6 +412,7 @@ fun main(args: Array<String>) {
|
||||
model("intentions/convertIfToAssert", testMethod = "doTestConvertIfWithThrowToAssertIntention")
|
||||
model("intentions/makeTypeExplicitInLambda", testMethod = "doTestMakeTypeExplicitInLambda")
|
||||
model("intentions/makeTypeImplicitInLambda", testMethod = "doTestMakeTypeImplicitInLambda")
|
||||
model("intentions/invertIfCondition", testMethod = "doTestInvertIfCondition")
|
||||
model("intentions/convertToForEachLoop", testMethod = "doTestConvertToForEachLoop")
|
||||
model("intentions/convertToForEachFunctionCall", testMethod = "doTestConvertToForEachFunctionCall")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user