summaryrefslogtreecommitdiff
path: root/test/files/run/t657.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t657.scala')
-rw-r--r--test/files/run/t657.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t657.scala b/test/files/run/t657.scala
index a9726092e7..e76b0292dd 100644
--- a/test/files/run/t657.scala
+++ b/test/files/run/t657.scala
@@ -1,3 +1,5 @@
+
+import scala.language.{ implicitConversions }
abstract class BaseList {
type Node <: NodeImpl;
implicit def convertNode(ni : NodeImpl) = ni.asInstanceOf[Node];