From e69822117c99a6c79a69a5b4dde3a82040400bb3 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 23 Aug 2011 11:58:15 +0000 Subject: New reification code for symbols and types. --- test/files/run/t2886.scala | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/files/run/t2886.scala (limited to 'test/files/run') diff --git a/test/files/run/t2886.scala b/test/files/run/t2886.scala deleted file mode 100644 index eb392f0c58..0000000000 --- a/test/files/run/t2886.scala +++ /dev/null @@ -1,7 +0,0 @@ -object Test { - def test(name: String, address: String) = null - def main(args: Array[String]) = { - val tree = scala.reflect.Code.lift((x:String) => test(address=x,name=x)).tree - println(tree) - } -} -- cgit v1.2.3