summaryrefslogblamecommitdiff
path: root/test/files/run/macro-whitebox-extractor/Test_2.scala
blob: 41be6f976713ff8966e49a335abcf6ae62bd8d3c (plain) (tree)
1
2
3
4
5




                                   
object Test extends App {
  42 match {
    case Extractor(x) => println(x)
  }
}