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