Move: Use Kotlin declaration mover to handle KtFile

IDEA-provided file mover does not process conflicts

 #KT-13911 Fixed
This commit is contained in:
Alexey Sedunov
2017-03-04 17:34:15 +03:00
parent 9a3ace423a
commit a21f19d613
29 changed files with 378 additions and 17 deletions
@@ -0,0 +1,7 @@
class X {
class <caret>Y
}
fun foo() {
}