4 lines
98 B
Kotlin
Vendored
4 lines
98 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
|
|
fun foo(s: List<String>) {}
|
|
fun foo(s: MutableList<String>) {} |