summaryrefslogtreecommitdiff
path: root/test/files/run/t7291.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7291.scala')
-rw-r--r--test/files/run/t7291.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t7291.scala b/test/files/run/t7291.scala
index 30c4261a81..d996c615ce 100644
--- a/test/files/run/t7291.scala
+++ b/test/files/run/t7291.scala
@@ -1,3 +1,6 @@
+
+import scala.language.{ higherKinds, implicitConversions }
+
trait Fooable[T]
object Fooable {
implicit def conjure[T]: Fooable[T] = {