Skip to content

Commit a1a9cc5

Browse files
committed
Delete dead comment
1 parent dcc3822 commit a1a9cc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/patmat/gadt5.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ object Try4 {
7979

8080
object Test {
8181
def foo[N <: TNat, A, B](v1: Vect[N, A], v2: Vect[N, B]) =
82-
//Warnings expected here!
8382
(v1, v2) match {
8483
case (VN(), VN()) => 1
8584
case (VC(x, xs), VC(y, ys)) => 2

0 commit comments

Comments
 (0)