summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_alts.check
blob: f39e292fef10cde719ef5cbc71dbfc68561a8a22 (plain) (blame)
1
2
3
4
5
6
7
virtpatmat_alts.scala:5: warning: match may not be exhaustive.
  (true, true) match {
  ^
virtpatmat_alts.scala:9: warning: match may not be exhaustive.
  List(5) match {
      ^
OK 5