aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/macro-expand-implicit-macro-has-implicit/Impls_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/macro-expand-implicit-macro-has-implicit/Impls_1.scala')
-rw-r--r--tests/pending/run/macro-expand-implicit-macro-has-implicit/Impls_1.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/pending/run/macro-expand-implicit-macro-has-implicit/Impls_1.scala b/tests/pending/run/macro-expand-implicit-macro-has-implicit/Impls_1.scala
deleted file mode 100644
index 18c97956e..000000000
--- a/tests/pending/run/macro-expand-implicit-macro-has-implicit/Impls_1.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-import scala.reflect.macros.blackbox.Context
-
-object Impls {
- def foo(c: Context)(x: c.Expr[Int]) = {
- import c.universe._
- val body = Apply(Select(Ident(definitions.PredefModule), TermName("println")), List(x.tree))
- c.Expr[Unit](body)
- }
-} \ No newline at end of file