aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t8178.check
blob: 963845f5310c484fda6d977473eb0cf7cc9359e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                    
./tests/patmat/t8178.scala:6: warning: match may not be exhaustive.
It would fail on the following input: FailsChild2(_)
    f match {
      ^
./tests/patmat/t8178.scala:14: warning: match may not be exhaustive.
It would fail on the following input: VarArgs1(_)
    f match {
      ^
./tests/patmat/t8178.scala:27: warning: match may not be exhaustive.
It would fail on the following input: SeqArgs2(_)
    f match {
      ^
three warnings found