./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