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