Move statement up: do not apply to @file annotation

#KT-10790 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-11-18 16:08:18 +09:00
committed by Vladimir Dolzhenko
parent aeed7fe52d
commit 6b5c31e2fc
8 changed files with 58 additions and 4 deletions
@@ -466,6 +466,7 @@ fun main(args: Array<String>) {
model("codeInsight/moveUpDown/classBodyDeclarations", pattern = KT_OR_KTS, testMethod = "doTestClassBodyDeclaration")
model("codeInsight/moveUpDown/closingBraces", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/expressions", pattern = KT_OR_KTS, testMethod = "doTestExpression")
model("codeInsight/moveUpDown/line", testMethod = "doTestLine")
model("codeInsight/moveUpDown/parametersAndArguments", testMethod = "doTestExpression")
model("codeInsight/moveUpDown/trailingComma", testMethod = "doTestExpressionWithTrailingComma")
}