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

3 lines
183 B
Plaintext
Vendored

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