blob: 8133744e58d98a8c627038572378f2ade87b9b63 [file] [log] [blame]
// MOVE: left
fun foo(list: List<String>) {
list.foldRightIndexed(1, { <caret>p2, p1, p3 -> 1 })
}