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,4 @@
|
||||
// MOVE: left
|
||||
fun foo(list: List<String>) {
|
||||
list.foldRightIndexed(1, { p1, <caret>p2, p3 -> 1 })
|
||||
}
|
||||
Reference in New Issue
Block a user