c739632c57
as other type inference errors
6 lines
168 B
Kotlin
Vendored
6 lines
168 B
Kotlin
Vendored
fun foo(vararg <!UNUSED_PARAMETER!>t<!> : String) = ""
|
|
fun foo(vararg <!UNUSED_PARAMETER!>t<!> : Int) = ""
|
|
|
|
fun test() {
|
|
<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>()
|
|
} |