Skip to content

Commit dacdf06

Browse files
committed
Add scaladoc test
1 parent cdb14ce commit dacdf06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scaladoc-testcases/src/tests/methodsAndConstructors.scala

Lines changed: 3 additions & 0 deletions
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)