aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t4408.check
blob: 53bfe1c2c564e06b97d03ab98c51cf832af16910 (plain) (blame)
1
2
3
4
5
./tests/patmat/t4408.scala:2: warning: match may not be exhaustive.
It would fail on the following input: List(_, _, _)
  def printList(in: List[String]): Unit = in match {
                                             ^
one warning found