Skip to content

Commit 93ff8f1

Browse files
committed
Add unsuported scaladoc change
Scaladoc relies heavily on the assumption that there is only one type clause (so much so it has trouble with some already valid extension methods) Therefore support has not yet been extended to interweaved methods
1 parent dff1924 commit 93ff8f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: scaladoc-testcases/src/tests/methodsAndConstructors.scala

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ class Methods:
6060
def withImplicitParam2(v: String)(implicit ab: Double, a: Int, b: String): String
6161
= ???
6262

63+
def clauseInterweaving[T](x: T)[U](y: U)(using (T,U)): (T,U)
64+
= ???
65+

0 commit comments

Comments
 (0)