Skip to content

Commit 40a66c5

Browse files
committed
Add testcases to check uniqueness of page links for symbols with special characters
1 parent c8fb1fa commit 40a66c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scala3doc-testcases/src/tests/objectSignatures.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ object Base
1515

1616
object A2 extends A[String] with C
1717

18+
object <
19+
20+
object >
21+
1822
// We are not going to add final below
1923
// final object B

0 commit comments

Comments
 (0)