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

4 lines
34 B
Kotlin
Vendored

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