Files
2013-12-17 20:28:59 +04:00

5 lines
95 B
Kotlin
Vendored

package test
fun f(vararg t: Int, f: () -> Unit) {}
fun f(vararg t: String, f: () -> Unit) {}