plus

operator fun TextSource.plus(other: TextSource): <Error class: unknown class>
operator fun TextSource.plus(text: String): <Error class: unknown class>
operator fun List<TextSource>.plus(text: String): List<TextSource>
operator fun TextSource.plus(other: List<TextSource>): <Error class: unknown class>