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
valz= summon[Filter[("abc", "def"), IsString] =:=Tuple2["abc", "def"]]
^Type argument IsString does not conform to upper bound [_$6] =>>Boolean in subpart scala.Tuple.Filter[scala.Tuple$package.EmptyTuple.type, IsString] of inferred type
(("abc":String) *: ("def":String) *:
scala.Tuple.Filter[scala.Tuple$package.EmptyTuple.type, IsString]
)
Expectation
This should compile and an evidence for type equality should be correctly synthesized