KotlinExpressionMover: trailing comma support

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-02-13 19:38:41 +07:00
parent 72c8b38864
commit 36ebbc49f4
51 changed files with 581 additions and 197 deletions
@@ -453,6 +453,7 @@ fun main(args: Array<String>) {
model("codeInsight/moveUpDown/closingBraces", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/expressions", pattern = KT_OR_KTS, testMethod = "doTestExpression")
model("codeInsight/moveUpDown/parametersAndArguments", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/trailingComma", testMethod = "doTestExpressionWithTrailingComma")
}
testClass<AbstractMoveLeftRightTest> {
@@ -439,6 +439,7 @@ fun main(args: Array<String>) {
model("codeInsight/moveUpDown/closingBraces", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/expressions", pattern = KT_OR_KTS, testMethod = "doTestExpression")
model("codeInsight/moveUpDown/parametersAndArguments", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/trailingComma", testMethod = "doTestExpressionWithTrailingComma")
}
testClass<AbstractMoveLeftRightTest> {
@@ -439,6 +439,7 @@ fun main(args: Array<String>) {
model("codeInsight/moveUpDown/closingBraces", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/expressions", pattern = KT_OR_KTS, testMethod = "doTestExpression")
model("codeInsight/moveUpDown/parametersAndArguments", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/trailingComma", testMethod = "doTestExpressionWithTrailingComma")
}
testClass<AbstractMoveLeftRightTest> {
@@ -439,6 +439,7 @@ fun main(args: Array<String>) {
model("codeInsight/moveUpDown/closingBraces", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/expressions", pattern = KT_OR_KTS, testMethod = "doTestExpression")
model("codeInsight/moveUpDown/parametersAndArguments", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/trailingComma", testMethod = "doTestExpressionWithTrailingComma")
}
testClass<AbstractMoveLeftRightTest> {