it's strange ``` """ |Line %1$1s is here, |and...
# random
i
it's strange
Copy code
"""
  |Line %1$1s is here,
  |and line #%2$1d is here
  |so we have %3$1d lines
  """.trimMargin().format("ONE", 2, 3)
%0$1s and %1$1s get first argument both