Files
kotlin-fork/idea/testData/diagnosticMessage/upperBoundViolated3.txt
T
Svetlana Isakova 14cff91fed improved diagnostic message test
added ability to denote required message type (text or html)
2013-10-16 20:41:25 +04:00

3 lines
180 B
Plaintext

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