Skip to content

Commit 7d70ee8

Browse files
committed
Fix tests
1 parent 6febf5c commit 7d70ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ abstract class SignatureTest(
119119
val sigPrefix = elem.select(".header .signature").textNodes match
120120
case list if list.size > 0 && list.get(0).getWholeText().startsWith(" ") => " "
121121
case _ => ""
122-
val all = s"$annotations$other $kind $name$sigPrefix$signature".trim()
122+
val all = s"$annotations$other $sigPrefix$signature".trim()
123123
signatures += all
124124
}
125125

0 commit comments

Comments
 (0)