Skip to content

Commit a84e970

Browse files
committed
Fix num of warnings in test
1 parent 52ac0e6 commit a84e970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/neg-custom-args/isInstanceOf/enum-approx2.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ class Test {
55
def eval(e: Fun[Int, Int]) = e match {
66
case Fun(x: Fun[Int, Double]) => ??? // error
77
case Fun(x: Exp[Int => String]) => ??? // error
8+
case _ =>
89
}
910
}

0 commit comments

Comments
 (0)