aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t9232.check
blob: c3957c0ffa1d533eb8e295426d2ecb65de38c04b (plain) (blame)
1
2
3
4
5
./tests/patmat/t9232.scala:13: warning: match may not be exhaustive.
It would fail on the following input: Node2()
  def transformTree(tree: Tree): Any = tree match {
                                            ^
one warning found