summaryrefslogtreecommitdiff
path: root/test/files/pos/contextbounds-implicits-new.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/contextbounds-implicits-new.scala')
-rw-r--r--test/files/pos/contextbounds-implicits-new.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/pos/contextbounds-implicits-new.scala b/test/files/pos/contextbounds-implicits-new.scala
index 71b3cca36f..327c4a98dc 100644
--- a/test/files/pos/contextbounds-implicits-new.scala
+++ b/test/files/pos/contextbounds-implicits-new.scala
@@ -1,3 +1,5 @@
+import scala.reflect.runtime.universe._
+
/* Tests implicit parameters in the presence of context bounds.
* See Section 7.4 of the Scala Language Specification.
*/
@@ -5,4 +7,4 @@ class C {
def f[T: TypeTag, S: TypeTag](x: T, y: S)(implicit p: C) { }
-}
+} \ No newline at end of file