Skip to content

Commit ec486ff

Browse files
committed
Testcase that shows bug in ElimRepeated.
1 parent 202a377 commit ec486ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pos/repeatedArgs.scala

+3
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)