You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hk-typevar-unification.scala:16: error: inferred kinds of the type arguments ([_]Foo[_]) do not conform to the expected kinds of the type parameters (type F).
2
+
[_]Foo[_]'s type parameters do not match type F's expected parameters:
3
+
type _ (in class Foo) is invariant, but type _ is declared covariant
4
+
g(tcFoo)
5
+
^
6
+
hk-typevar-unification.scala:16: error: type mismatch;
0 commit comments