Adjust existing test data for diagnostic messages
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
<!-- upperBoundViolated2 -->
|
||||
Type parameter bound for V in fun <V : U, U> bar(v: V, u: kotlin.collections.MutableSet<U>): kotlin.collections.MutableSet<U>
|
||||
is not satisfied: inferred type kotlin.Any is not a subtype of kotlin.String
|
||||
Type parameter bound for V in fun <V : U, U> bar(v: V, u: MutableSet<U>): MutableSet<U>
|
||||
is not satisfied: inferred type Any is not a subtype of String
|
||||
Reference in New Issue
Block a user