Skip to content

Commit 2cc6ad6

Browse files
committed
address review
1 parent a81111f commit 2cc6ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg-custom-args/isInstanceOf/3324g.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Test {
1212
}
1313

1414
def quux[T](a: A[T]): Unit = a match {
15-
case _: B[T] => // err-or: cannot handle this for now
15+
case _: B[T] => // should be an error!!
1616
}
1717

1818
quux(new C[Int])

0 commit comments

Comments
 (0)