J2K: Remove special conversion for String.format.

This commit is contained in:
Ilya Gorbunov
2016-02-03 06:03:09 +03:00
parent c243a2bdd5
commit 805410bb19
4 changed files with 2 additions and 29 deletions
@@ -1,5 +1,4 @@
fun adjust(name: String, maxLen: Int) {
("%-" + maxLen + "s").format(name)
(1 + 1).toString()
"a".split(("\\s+" + "\\s+").toRegex(), 2).toTypedArray()
(1 + 1).extensionFunction()