4 lines
134 B
Kotlin
Vendored
4 lines
134 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER -PLATFORM_CLASS_MAPPED_TO_KOTLIN
|
|
|
|
fun foo(s: List<String>) {}
|
|
fun foo(s: java.util.List<String>) {} |