Adjust move code tests for KEEP_FIRST_COLUMN_COMMENT option

#KT-4175 In Progress
This commit is contained in:
Nikolay Krasko
2016-03-11 18:39:11 +03:00
parent 085deec717
commit 85bc32a884
4 changed files with 37 additions and 12 deletions
@@ -8,4 +8,6 @@ class D {
// class C
class C {
}
}
// SET_FALSE: KEEP_FIRST_COLUMN_COMMENT
@@ -8,4 +8,6 @@ class D {
// class C
class C {
}
}
// SET_FALSE: KEEP_FIRST_COLUMN_COMMENT
@@ -2,6 +2,6 @@
class D {
// MOVE: down
// class A
// class A
<caret>class A
}