summaryrefslogblamecommitdiff
path: root/test/files/neg/t5440.check
blob: 1c4592cceccd04d61b3b42bbfe19f1db6c690a7d (plain) (tree)
1
2
3
4
5
6
7
                                                    


                                                                     

                                                          
               
t5440.scala:3: warning: match may not be exhaustive.
It would fail on the following inputs: (List(_), Nil), (Nil, List(_))
    (list1, list2) match {
    ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found