Files
kotlin-fork/compiler/testData/diagnostics/tests/subtyping/kt2744.kt
T
2012-09-11 15:17:13 +04:00

4 lines
84 B
Kotlin
Vendored

class X : <!UNRESOLVED_REFERENCE!>S<!>
fun f(<!UNUSED_PARAMETER!>l<!>: List<X>) {}