We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202a377 commit ec486ffCopy full SHA for ec486ff
tests/pos/repeatedArgs.scala
@@ -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