summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/implicits-scopes-res.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/implicits-scopes-res.scala')
-rw-r--r--test/scaladoc/resources/implicits-scopes-res.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scaladoc/resources/implicits-scopes-res.scala b/test/scaladoc/resources/implicits-scopes-res.scala
index 4e55c3e388..aaeb43f95b 100644
--- a/test/scaladoc/resources/implicits-scopes-res.scala
+++ b/test/scaladoc/resources/implicits-scopes-res.scala
@@ -2,6 +2,7 @@
* Testing scaladoc implicit scopes - looking for implicits in the right places
*/
package scala.test.scaladoc.implicits.scopes
+import language.implicitConversions // according to SIP18
// TEST1 - In package object
package object test1 {