blob: 980564cb487e7b75e06abffdfab1cbef70782005 [file]
// MOVE: left
fun foo(list: List<String>) {
bar(<caret>*list, 1)
}