Move statement out of top-level lambda in scripts (KT-19322)
#KT-19322 Fixed
This commit is contained in:
@@ -674,7 +674,7 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractMoveStatementTest> {
|
||||
model("codeInsight/moveUpDown/classBodyDeclarations", testMethod = "doTestClassBodyDeclaration")
|
||||
model("codeInsight/moveUpDown/closingBraces", testMethod = "doTestExpression")
|
||||
model("codeInsight/moveUpDown/expressions", testMethod = "doTestExpression")
|
||||
model("codeInsight/moveUpDown/expressions", pattern = KT_OR_KTS, testMethod = "doTestExpression")
|
||||
model("codeInsight/moveUpDown/parametersAndArguments", testMethod = "doTestExpression")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user