Skip to content

Commit 6724900

Browse files
committed
Fix dokka test
1 parent c80fd34 commit 6724900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scala3doc/test/dotty/dokka/SourceLinksTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class SourceLinksTest:
6969
case (path: String, line: Int) => links.pathTo(projectRoot.resolve(path), line = Some(line))
7070
case (path: String, operation: Operation) => links.pathTo(projectRoot.resolve(path), operation = operation)
7171
case (path: String, line: Int, operation: Operation) => links.pathTo(projectRoot.resolve(path), operation = operation, line = Some(line))
72-
case _ => ??? // needed due to handling of singleton types inside union types
7372

7473
val expectedRes = expected match
7574
case s: String => Some(s)

0 commit comments

Comments
 (0)