summaryrefslogtreecommitdiff
path: root/test/files/run/t3964.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3964.scala')
-rw-r--r--test/files/run/t3964.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t3964.scala b/test/files/run/t3964.scala
index 80ba361a20..68ff9a44c4 100644
--- a/test/files/run/t3964.scala
+++ b/test/files/run/t3964.scala
@@ -1,3 +1,6 @@
+
+import scala.language.implicitConversions
+
object Test {
class Base
object Bob extends Base