// MOVE: left fun foo(list: List) { list.foldRightIndexed(1, { p1, p2, p3 -> 1 }) }