summaryrefslogtreecommitdiff
path: root/test/files/pos/nothing_manifest_disambig-new.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/nothing_manifest_disambig-new.scala')
-rw-r--r--test/files/pos/nothing_manifest_disambig-new.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/nothing_manifest_disambig-new.scala b/test/files/pos/nothing_manifest_disambig-new.scala
index a60b0fdbf8..ed3a9e8fb1 100644
--- a/test/files/pos/nothing_manifest_disambig-new.scala
+++ b/test/files/pos/nothing_manifest_disambig-new.scala
@@ -1,3 +1,5 @@
+import scala.reflect.runtime.universe._
+
object Test {
def mani[T: TypeTag](xs: T) = xs
mani(List())