3d8d92c7d3
- test data files renamed from *.jet to *.kt
9 lines
172 B
Kotlin
Vendored
9 lines
172 B
Kotlin
Vendored
fun main(d : D) {
|
|
d.from("")
|
|
d.from(1)
|
|
}
|
|
|
|
class D {
|
|
fun from(vararg <!UNUSED_PARAMETER!>a<!> : Any){}
|
|
fun from(vararg <!UNUSED_PARAMETER!>a<!> : String){}
|
|
} |