Files
kotlin-fork/idea/testData/diagnosticMessage/upperBoundViolated1.txt
T
2014-03-02 19:55:26 +04:00

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>