aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t2886.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t2886.scala')
-rw-r--r--tests/pending/run/t2886.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/pending/run/t2886.scala b/tests/pending/run/t2886.scala
deleted file mode 100644
index 44783a5d8..000000000
--- a/tests/pending/run/t2886.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-import scala.reflect.runtime.universe._
-
-object Test {
- def test(name: String, address: String) = null
- def main(args: Array[String]) = {
- val tree = reify((x:String) => test(address=x,name=x)).tree
- println(tree)
- }
-}