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 3a5f934 commit b8155d8Copy full SHA for b8155d8
scala3doc/test/dotty/dokka/DottyTestRunner.scala
@@ -79,7 +79,6 @@ abstract class DottyAbstractCoreTest extends AbstractCoreTest:
79
case l: DocumentableElement =>
80
(l.annotations ++ Seq(" ") ++ l.modifiers ++ Seq(l.name) ++ l.signature).map {
81
case s: String => s
82
- case (s: String, _) => s
83
case Link(s: String, _) => s
84
}
85
case _ => Seq()
0 commit comments