Skip to content

Commit ba1252d

Browse files
committed
Fix scala3doc test
1 parent 8cdfd52 commit ba1252d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala3doc-testcases/src/tests/extensionMethodSignatures.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ClassOne
1515
= 56
1616

1717
extension (c: ClassTwo)
18-
def |||:(a: Int, b: Int, d: Int)(e: String): Int
18+
def |||:(a: Int)(b: Int, d: Int)(e: String): Int
1919
= 56
2020
def ++:(a: Int): Int
2121
= 45

0 commit comments

Comments
 (0)