plus

operator fun plus(other: Any?): String(source)

Returns a string obtained by concatenating this string with the string representation of the given other object.

Since Kotlin

1.0
operator fun plus(other: Any?): String(source)

Since Kotlin

1.3