3 lines
225 B
Plaintext
3 lines
225 B
Plaintext
<!-- upperBoundViolated1 -->
|
|
Type parameter bound for T in fun <R, T : kotlin.List<R>> foo(r: R, list: T): kotlin.Unit
|
|
is not satisfied: inferred type kotlin.Collection<kotlin.Int> is not a subtype of kotlin.List<kotlin.Int> |