We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6febf5c commit 7d70ee8Copy full SHA for 7d70ee8
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
@@ -119,7 +119,7 @@ abstract class SignatureTest(
119
val sigPrefix = elem.select(".header .signature").textNodes match
120
case list if list.size > 0 && list.get(0).getWholeText().startsWith(" ") => " "
121
case _ => ""
122
- val all = s"$annotations$other $kind $name$sigPrefix$signature".trim()
+ val all = s"$annotations$other $sigPrefix$signature".trim()
123
signatures += all
124
}
125
0 commit comments