Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
varargs
/
AmbiguousVararg.fir.diag.txt
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