EscapeStringEntry
data class EscapeStringEntry(val text: String, val supplement: NodeSupplement = NodeSupplement()) : Node.Expression.StringLiteralExpression.StringEntry, Node.SimpleTextNode
AST node that represents an escape string entry that starts with backslash. The node corresponds to KtEscapeStringTemplateEntry.