KT-4018 When moving members move comments too

This commit is contained in:
Alexey Sedunov
2013-10-14 15:39:25 +04:00
parent 28b3db53fe
commit 71a0d4cc45
116 changed files with 478 additions and 58 deletions

View File

@@ -1,8 +1,11 @@
// MOVE: up
// class A
class A {
// class B
class B {
}
// fun foo
<caret>fun foo() {
}