aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/virtpatmat_apply.check
blob: d10d82165a3e005b4f42d4257acc185e95190320 (plain) (blame)
1
2
3
4
5
./tests/patmat/virtpatmat_apply.scala:2: warning: match may not be exhaustive.
It would fail on the following input: List(_)
  List(1, 2, 3) match {
                ^
one warning found