From 2cc6ad65f1178112bc09f7b77d160bec3f5daa89 Mon Sep 17 00:00:00 2001 From: liu fengyun Date: Fri, 9 Mar 2018 13:09:59 +0100 Subject: [PATCH] address review --- tests/neg-custom-args/isInstanceOf/3324g.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/neg-custom-args/isInstanceOf/3324g.scala b/tests/neg-custom-args/isInstanceOf/3324g.scala index cd60cfed45ee..423e56eee4b7 100644 --- a/tests/neg-custom-args/isInstanceOf/3324g.scala +++ b/tests/neg-custom-args/isInstanceOf/3324g.scala @@ -12,7 +12,7 @@ class Test { } def quux[T](a: A[T]): Unit = a match { - case _: B[T] => // err-or: cannot handle this for now + case _: B[T] => // should be an error!! } quux(new C[Int])