Files
kotlin-fork/compiler/testData/diagnostics/tests/subtyping/kt2744.fir.kt
T

4 lines
61 B
Kotlin
Vendored

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