Skip to content

Commit 3dc0a8f

Browse files
committed
Testcase that shows bug in ElimRepeated.
1 parent e837e2a commit 3dc0a8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pos/repeatedArgs.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
object testRepeated {
2+
def foo = java.lang.System.out.format("%4$2s %3$2s %2$2s %1$2s", "a", "b", "c", "d")
3+
}

0 commit comments

Comments
 (0)