LiteralStringEntry
data class LiteralStringEntry(val text: String, val supplement: NodeSupplement = NodeSupplement()) : Node.Expression.StringLiteralExpression.StringEntry, Node.SimpleTextNode
AST node that represents a literal string entry, i.e. a normal string entry. The node corresponds to KtLiteralStringTemplateEntry.