summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reify-abstypetag-notypeparams
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-reify-abstypetag-notypeparams')
-rw-r--r--test/files/run/macro-reify-abstypetag-notypeparams/Test.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/macro-reify-abstypetag-notypeparams/Test.scala b/test/files/run/macro-reify-abstypetag-notypeparams/Test.scala
new file mode 100644
index 0000000000..34f742b9fb
--- /dev/null
+++ b/test/files/run/macro-reify-abstypetag-notypeparams/Test.scala
@@ -0,0 +1,6 @@
+import scala.reflect.runtime.universe._
+
+object Test extends App {
+ println(implicitly[AbsTypeTag[Int]])
+ println(implicitly[AbsTypeTag[List[Int]]])
+} \ No newline at end of file