summaryrefslogtreecommitdiff
path: root/test/files/neg/interop_typetags_arenot_classmanifests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/interop_typetags_arenot_classmanifests.scala')
-rw-r--r--test/files/neg/interop_typetags_arenot_classmanifests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/interop_typetags_arenot_classmanifests.scala b/test/files/neg/interop_typetags_arenot_classmanifests.scala
index b1fbb7b5a6..d07f4726f5 100644
--- a/test/files/neg/interop_typetags_arenot_classmanifests.scala
+++ b/test/files/neg/interop_typetags_arenot_classmanifests.scala
@@ -1,3 +1,5 @@
+import scala.reflect.runtime.universe._
+
object Test extends App {
def typeTagIsnotClassManifest[T: TypeTag] = {
println(classManifest[T])