Move statement up: do not apply to @file annotation
#KT-10790 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
aeed7fe52d
commit
6b5c31e2fc
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user