aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t8430.check
blob: 4493062bfcebb38471e073c0c3871f10817e09a1 (plain) (blame)
1
2
3
4
5
./tests/patmat/t8430.scala:15: warning: match may not be exhaustive.
It would fail on the following input: LetF, LetC, LetP, LetL(UnitLit), LetL(BooleanLit), LetL(IntLit)
  def transform(tree: Tree) : Any = tree match {
                                         ^
one warning found