summaryrefslogtreecommitdiff
path: root/test/files/neg/t5440.check
blob: a862350a05f890eed55613ce178ae818047b566a (plain) (blame)
1
2
3
4
5
t5440.scala:3: error: match may not be exhaustive.
It would fail on the following inputs: (List(_), Nil), (Nil, List(_))
    (list1, list2) match {
    ^
one error found