Skip to content

Commit 7228cbb

Browse files
committed
avoid fatal warning in scaladoc-testcases
1 parent 82fd644 commit 7228cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc-testcases/src/tests/modifiersSignatureTestSource.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class Methods()
2020
def method1(): Unit
2121

2222
inline def inlineMethod(): Unit
23-
= Unit
23+
= ()
2424

2525
implicit def toImplicitString(): String
2626
= "asd"

0 commit comments

Comments
 (0)