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