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 c80fd34 commit 6724900Copy full SHA for 6724900
scala3doc/test/dotty/dokka/SourceLinksTests.scala
@@ -69,7 +69,6 @@ class SourceLinksTest:
69
case (path: String, line: Int) => links.pathTo(projectRoot.resolve(path), line = Some(line))
70
case (path: String, operation: Operation) => links.pathTo(projectRoot.resolve(path), operation = operation)
71
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
73
74
val expectedRes = expected match
75
case s: String => Some(s)
0 commit comments