Adjust existing test data for diagnostic messages

This commit is contained in:
Pavel V. Talanov
2016-02-16 15:35:59 +03:00
parent e4cf090720
commit 4ab5aabfa0
33 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
<!-- 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
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