3d8d92c7d3
- test data files renamed from *.jet to *.kt
6 lines
168 B
Kotlin
6 lines
168 B
Kotlin
fun foo(vararg <!UNUSED_PARAMETER!>t<!> : String) = ""
|
|
fun foo(vararg <!UNUSED_PARAMETER!>t<!> : Int) = ""
|
|
|
|
fun test() {
|
|
<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo()<!>
|
|
} |