We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ac0e6 commit a84e970Copy full SHA for a84e970
tests/neg-custom-args/isInstanceOf/enum-approx2.scala
@@ -5,5 +5,6 @@ class Test {
5
def eval(e: Fun[Int, Int]) = e match {
6
case Fun(x: Fun[Int, Double]) => ??? // error
7
case Fun(x: Exp[Int => String]) => ??? // error
8
+ case _ =>
9
}
10
0 commit comments