summaryrefslogtreecommitdiff
path: root/test/files/run/macro-undetparams-implicitval/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-undetparams-implicitval/Test.scala')
-rw-r--r--test/files/run/macro-undetparams-implicitval/Test.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/macro-undetparams-implicitval/Test.scala b/test/files/run/macro-undetparams-implicitval/Test.scala
index 5278295451..72fd2f3d72 100644
--- a/test/files/run/macro-undetparams-implicitval/Test.scala
+++ b/test/files/run/macro-undetparams-implicitval/Test.scala
@@ -1,3 +1,5 @@
+import scala.reflect.runtime.universe._
+
object Test extends App {
def foo[T: TypeTag] = println(implicitly[TypeTag[T]])
foo