From 36379cf8af8e0bb92f7a399fe2c8e1cb05b31fc9 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Thu, 3 Jul 2014 17:02:34 +0200 Subject: [backport] transformers no longer ignore UnApply.fun Backports 7122560063 and 4133eb8454 from the 2.11.x branch --- test/files/run/t7871/Test_2.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/t7871/Test_2.scala (limited to 'test/files/run/t7871/Test_2.scala') diff --git a/test/files/run/t7871/Test_2.scala b/test/files/run/t7871/Test_2.scala new file mode 100644 index 0000000000..3a0b68b568 --- /dev/null +++ b/test/files/run/t7871/Test_2.scala @@ -0,0 +1,6 @@ +object Test extends App { + import NewQuasiquotes._ + SomeTree match { + case nq"$x + $y" => println((x, y)) + } +} -- cgit v1.2.3