aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t9289.check
blob: 5240988e260652b2f82c78201d6d738f52083b83 (plain) (blame)
1
2
3
4
5
6
7
8
9
./tests/patmat/t9289.scala:9: warning: match may not be exhaustive.
It would fail on the following input: module.LetR()
  def patmat(tree: module.Tree) = tree match {
                                       ^
./tests/patmat/t9289.scala:20: warning: match may not be exhaustive.
It would fail on the following input: module.LetR()
  def patmat(tree: module.Tree) = tree match {
                                       ^
two warnings found