aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/repeatedArgs.scala
blob: f9abb4aee70e04c0110410157920015148f90b40 (plain) (tree)
1
2
3


                                                                                     
object testRepeated {
 def foo = java.lang.System.out.format("%4$2s %3$2s %2$2s %1$2s", "a", "b", "c", "d")
}