We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81111f commit 2cc6ad6Copy full SHA for 2cc6ad6
tests/neg-custom-args/isInstanceOf/3324g.scala
@@ -12,7 +12,7 @@ class Test {
12
}
13
14
def quux[T](a: A[T]): Unit = a match {
15
- case _: B[T] => // err-or: cannot handle this for now
+ case _: B[T] => // should be an error!!
16
17
18
quux(new C[Int])
0 commit comments