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