aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7871/Test_2.scala
blob: 55a8320b33330be4b9ee0cdfcf8c413214cd7e2c (plain) (blame)
1
2
3
4
5
6
object Test extends dotty.runtime.LegacyApp {
  import NewQuasiquotes._
  SomeTree match {
    case nq"$x + $y" => println((x, y))
  }
}