Support of KT-11255 Support Move Element Left/Right actions for Kotlin (except for enum entries)

#KT-11255 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-05-05 12:53:09 +03:00
parent 7e99a6bb45
commit 07207949ba
43 changed files with 367 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
// MOVE: right
class A {
fun foo(b: Int, <caret>a: Int, c: Int) {
}
}