aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/macro-whitebox-extractor/Test_2.scala
blob: 7c354ecd654d186cbad938298dd0a56b0d39eba1 (plain) (blame)
1
2
3
4
5
object Test extends dotty.runtime.LegacyApp {
  42 match {
    case Extractor(x) => println(x)
  }
}