aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t8511.check
blob: df07d019aa3348e7916c16ca3406450c858f52e2 (plain) (blame)
1
2
3
4
5
./tests/patmat/t8511.scala:18: warning: match may not be exhaustive.
It would fail on the following input: Baz(), Bar(_)
  private def logic(head: Expr): String = head match {
                                               ^
one warning found