stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
kotlin.text
/
concat
concat
JS
inline
fun
String
.
concat
(
str
:
String
)
:
String
(
source
)
Deprecated
Warning since 1.6
Use String.plus() instead
Replace with
this + str
Content copied to clipboard
Since Kotlin
1.1