We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84ee9 commit c5d6a82Copy full SHA for c5d6a82
utest/src-2/utest/asserts/Tracer.scala
@@ -78,7 +78,7 @@ object Tracer{
78
i.tpe match {
79
case t: AnnotatedType
80
// Don't worry about multiple chained annotations for now...
81
- if t.annotations.map(_.tpe) == Seq(typeOf[utest.asserts.Show]) =>
+ if t.annotations.corresponds(Seq(typeOf[utest.asserts.Show]))(_.tpe <:< _) =>
82
83
val newTpe = t.underlying
84
0 commit comments