Files
kotlin-fork/idea/testData/diagnosticMessage/upperBoundViolated3.txt
T
2016-02-26 14:45:06 +03:00

3 lines
168 B
Plaintext
Vendored

<!-- upperBoundViolated3 -->
Type parameter bound for T in fun <T : R, R : B> baz(t: T, r: R): Unit where T : A
is not satisfied: inferred type A is not a subtype of B