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 eed1b6c commit 78d64c0Copy full SHA for 78d64c0
scaladoc/test-source-links/dotty/tools/scaladoc/source-links/RemoteLinksTest.scala
@@ -20,7 +20,9 @@ class RemoteLinksTest:
20
21
val randomGenerator = new Random(125L)
22
// Predef has often problems with positions
23
- val mtslAll = membersToSourceLinks(using testDocContext()).filter(_._1 != "Predef")
+ val mtslAll = membersToSourceLinks(using testDocContext())
24
+ .filter(_._1 != "Predef")
25
+ .filter(_._1 != "CanThrow") // TODO: Consider src-bootstrapped location #13404. This is only a quick workaround for PR #11721
26
27
@Test
28
def scala213XSourceLink =
0 commit comments