Implement 'Surround expression with if' surrounder
#KT-3363 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
f18b9cceb3
commit
09266b222b
@@ -509,6 +509,8 @@ fun main(args: Array<String>) {
|
||||
model("codeInsight/surroundWith/tryCatchFinally", testMethod = "doTestWithTryCatchFinallySurrounder")
|
||||
model("codeInsight/surroundWith/tryFinally", testMethod = "doTestWithTryFinallySurrounder")
|
||||
model("codeInsight/surroundWith/functionLiteral", testMethod = "doTestWithFunctionLiteralSurrounder")
|
||||
model("codeInsight/surroundWith/withIfExpression", testMethod = "doTestWithSurroundWithIfExpression")
|
||||
model("codeInsight/surroundWith/withIfElseExpression", testMethod = "doTestWithSurroundWithIfElseExpression")
|
||||
}
|
||||
|
||||
testClass<AbstractJoinLinesTest>() {
|
||||
|
||||
Reference in New Issue
Block a user