blob: 4fb17351a3fa8ee9f3b80d924338c9f94fc7909f [file] [log] [blame]
fun test(list: List<String>) {
foo(list.toTypedArray().spread<caret>)
}
fun foo(vararg args: String) {}