okkero
fun main(args: Array<String>) { foo { (a, b, c) -> ... } } fun foo(f: (List<String>) -> Unit) { f(listOf("a", "b", "c")) }