From ca89fb9221b4b96fca9d72292dbe46b4bb0ce326 Mon Sep 17 00:00:00 2001 From: Eugene Vigdorchik Date: Thu, 4 Oct 2012 12:09:36 +0400 Subject: Fix broken links with names that need to be encoded when querying the owner. --- test/scaladoc/resources/links.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/scaladoc/resources/links.scala') diff --git a/test/scaladoc/resources/links.scala b/test/scaladoc/resources/links.scala index 09a52a4334..12f03a10d8 100644 --- a/test/scaladoc/resources/links.scala +++ b/test/scaladoc/resources/links.scala @@ -22,6 +22,7 @@ package scala.test.scaladoc.links { object Target { type T = Int => Int type S = Int + type ::[X] = scala.collection.immutable.::[X] class C def foo(i: Int) = 2 def foo(z: String) = 3 @@ -43,6 +44,7 @@ package scala.test.scaladoc.links { * - [[[[Target!.foo[A[_[_]]]* trait Target -> def foo with 3 nested tparams]]]] (should exercise nested parens) * - [[Target$.T object Target -> type T]] * - [[Target$.S object Target -> type S]] + * - [[Target$.:: object Target -> type ::]] * - [[Target$.foo(z:Str* object Target -> def foo]] * - [[Target$.bar object Target -> def bar]] * - [[[[Target$.foo[A[_[_]]]* trait Target -> def foo with 3 nested tparams]]]] (should exercise nested parens) @@ -59,4 +61,4 @@ package scala.test.scaladoc.links { def localMethod = 3 } } -class ImOutside \ No newline at end of file +class ImOutside -- cgit v1.2.3