aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t9672.check
blob: 3284d1df1e8dcd63258cc229688b5ebcea82202c (plain) (tree)
1
2
3
4
5




                                                                    
./tests/patmat/t9672.scala:22: warning: match may not be exhaustive.
It would fail on the following input: SimpleExpr.IntExpr(_)
  def func(expr: Expr) = expr match {
                              ^
one warning found