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.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaladoc/resources/implicits-scopes-res.scala b/test/scaladoc/resources/implicits-scopes-res.scala
index aaeb43f95b..c675a645bd 100644
--- a/test/scaladoc/resources/implicits-scopes-res.scala
+++ b/test/scaladoc/resources/implicits-scopes-res.scala
@@ -22,7 +22,7 @@ package test2 {
package classes {
class A
class B { def b = "" }
- object test { /* (new A).b won't compile */ }
+ object test { (new A).b }
}
}