blob: de60567ce37506eb4093cf0c9d715ed5199b2b06 [file]
/AmbiguousVararg.kt:(128,131): error: Overload resolution ambiguity between candidates:
fun foo(vararg t: String): String
fun foo(vararg t: Int): String