aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t7020.check
blob: c091535ae3fd83b0cc3aefd40f9e676a1ea230f7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                    
./tests/patmat/t7020.scala:3: warning: match may not be exhaustive.
It would fail on the following input: List(_, _)
  List(5) match {
          ^
./tests/patmat/t7020.scala:10: warning: match may not be exhaustive.
It would fail on the following input: List(_, _)
  List(5) match {
          ^
./tests/patmat/t7020.scala:17: warning: match may not be exhaustive.
It would fail on the following input: List(_, _)
  List(5) match {
          ^
./tests/patmat/t7020.scala:24: warning: match may not be exhaustive.
It would fail on the following input: List(_, _)
  List(5) match {
          ^
four warnings found