plus

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