5 lines
108 B
Kotlin
Vendored
5 lines
108 B
Kotlin
Vendored
fun test(list: List<String>) {
|
|
foo(list.toTypedArray().spread<caret>)
|
|
}
|
|
|
|
fun foo(vararg args: String) {} |