concat

inline fun String.concat(str: String): String(source)

Deprecated

Warning since 1.6

Use String.plus() instead

Replace with

this + str

Since Kotlin

1.1