5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
package test
|
|
|
|
fun f(vararg t: Int, f: () -> Unit) {}
|
|
|
|
fun f(vararg t: String, f: () -> Unit) {} |