Skip to content

Commit 922af4d

Browse files
authored
Merge pull request #48 from retronym/topic/2.13-compat
Tiny change to scalap corpus to compile under -Xsource:2.13
2 parents 1e5b275 + 45dcf85 commit 922af4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corpus/scalap/a8c43dc/scalax/rules/scalasig/ScalaSigPrinter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ScalaSigPrinter(stream: PrintStream, printPrivates: Boolean) {
5959
indent
6060
printClass(level, c)
6161
case m: MethodSymbol =>
62-
printMethod(level, m, indent)
62+
printMethod(level, m, () => indent())
6363
case a: AliasSymbol =>
6464
indent
6565
printAlias(level, a)

0 commit comments

Comments
 (0)