kotlin-stdlib / kotlin / String / plus plus Common JVM JS Native 1.0 operator fun plus(other: Any?): String Returns a string obtained by concatenating this string with the string representation of the given other object.