From c0db3f2d065e22796a2c917c6c3b0f14f3982cf0 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 30 Jul 2011 21:04:43 +0000 Subject: LiftCode works again, now integrated with new r... LiftCode works again, now integrated with new reflection library. Other changes: def Literal(x: Any) has been deprecated, and all its uses removed. Modifiers has lost positions as fourth case class argument; is now a field, mirroring Tree.pos (this removes junk in patterns and makes reification simpler). Review by extempore. --- test/files/run/t2886.check | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/run/t2886.check (limited to 'test/files/run/t2886.check') diff --git a/test/files/run/t2886.check b/test/files/run/t2886.check new file mode 100644 index 0000000000..5fe1e73a45 --- /dev/null +++ b/test/files/run/t2886.check @@ -0,0 +1,5 @@ +((x: scala.Predef.String) => { + val x$1 = x; + val x$2 = x; + Test.test(x$2, x$1) +}) -- cgit v1.2.3