summaryrefslogtreecommitdiff
path: root/test/files/neg/t7669.check
blob: c090ed18cebe7fca8d1b74d49a9731516a1e6175 (plain) (blame)
1
2
3
4
5
6
7
t7669.scala:9: warning: match may not be exhaustive.
It would fail on the following input: NotHandled(_)
  def exhausto(expr: Expr): Unit = expr match {
                                   ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found