summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903a/Test_2.scala
blob: 4d78dfb5e5f4639207dbd1ef9a41e2b8cdfcba14 (plain) (blame)
1
2
3
4
5
6
object Test extends App {
  import NewQuasiquotes._
  SomeTree match {
    case nq"$x + $y + $z" => println((x, y))
  }
}