aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t3683a.check
blob: df5e691c64c94376f36a2aa7644722580ac2d251 (plain) (blame)
1
2
3
4
5
./tests/patmat/t3683a.scala:14: warning: match may not be exhaustive.
It would fail on the following input: XX()
    w match {
      ^
one warning found