summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-reify-groundtypetag-typeparams-notags/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-reify-groundtypetag-typeparams-notags/Test.scala')
-rw-r--r--test/files/neg/macro-reify-groundtypetag-typeparams-notags/Test.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/neg/macro-reify-groundtypetag-typeparams-notags/Test.scala b/test/files/neg/macro-reify-groundtypetag-typeparams-notags/Test.scala
deleted file mode 100644
index d2276ce333..0000000000
--- a/test/files/neg/macro-reify-groundtypetag-typeparams-notags/Test.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-import scala.reflect.mirror._
-
-object Test extends App {
- def fooNoTypeTag[T] = {
- println(implicitly[ConcreteTypeTag[T]])
- println(implicitly[ConcreteTypeTag[List[T]]])
- }
- fooNoTypeTag[Int]
-} \ No newline at end of file