aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t7669.check
blob: 2804dbf5c3ac1d059d425098feafaee7f3e70fb1 (plain) (blame)
1
2
3
4
5
./tests/patmat/t7669.scala:10: warning: match may not be exhaustive.
It would fail on the following input: NotHandled(_)
  def exhausto(expr: Expr): Unit = expr match {
                                        ^
one warning found