Files
kotlin-fork/compiler/testData/diagnostics/tests/duplicateJvmSignature/erasure/collections.fir.kt
T

4 lines
98 B
Kotlin
Vendored

// !DIAGNOSTICS: -UNUSED_PARAMETER
fun foo(s: List<String>) {}
fun foo(s: MutableList<String>) {}