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 b21526a commit 34dd3cfCopy full SHA for 34dd3cf
1 file changed
shared/src/test/scala/mouse/OptionSyntaxTest.scala
@@ -26,7 +26,7 @@ import scala.annotation.nowarn
26
import scala.util.{Failure, Success}
27
28
class OptionSyntaxTest extends MouseSuite {
29
- implicit class ExtraTest[A](a: A) {
+ implicit class ExtraTest[A](@nowarn3 a: A) {
30
def shouldBeA[T](implicit @nowarn212 ev: T =:= A): Unit = ()
31
}
32
0 commit comments