Remove overload of joinToString with 5 parameters and it's usage from java code.

This commit is contained in:
Ilya Gorbunov
2015-05-12 13:35:05 +03:00
parent 7ffc1e13d9
commit 1fc5c39c22
3 changed files with 1 additions and 3 deletions
@@ -63,7 +63,6 @@ fun strings(): List<GenericFunction> {
exclude(Strings)
returns("String")
annotations("kotlin.jvm.overloads", Iterables)
body {
"""
return joinTo(StringBuilder(), separator, prefix, postfix, limit, truncated, transform).toString()