Support of KT-11255 Support Move Element Left/Right actions for Kotlin (except for enum entries)
#KT-11255 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// MOVE: right
|
||||
enum class E {
|
||||
A, <caret>B, C;
|
||||
|
||||
fun foo(){}
|
||||
}
|
||||
Reference in New Issue
Block a user