aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t8700a/expected.check
blob: 83f1c5a9ea6c0b04ed5891364d89894681ccbfde (plain) (blame)
1
2
3
4
5
6
7
8
9
./tests/patmat/t8700a/Bar.scala:2: warning: match may not be exhaustive.
It would fail on the following input: B
  def bar1(foo: Foo) = foo match {
                           ^
./tests/patmat/t8700a/Bar.scala:6: warning: match may not be exhaustive.
It would fail on the following input: B
  def bar2(foo: Baz) = foo match {
                           ^
two warnings found