summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-tparams-optional/Impls_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-expand-tparams-optional/Impls_1.scala')
-rw-r--r--test/files/run/macro-expand-tparams-optional/Impls_1.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/run/macro-expand-tparams-optional/Impls_1.scala b/test/files/run/macro-expand-tparams-optional/Impls_1.scala
deleted file mode 100644
index 3b829e2e09..0000000000
--- a/test/files/run/macro-expand-tparams-optional/Impls_1.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-import scala.reflect.macros.{Context => Ctx}
-
-object Impls {
- def foo[U](c: Ctx) = {
- import c.universe._
- val body = Apply(Select(Ident(definitions.PredefModule), newTermName("println")), List(Literal(Constant("don't know U"))))
- c.Expr[Unit](body)
- }
-} \ No newline at end of file