kastree icon indicating copy to clipboard operation
kastree copied to clipboard

Error in Writer: Escaping interpolated strings with keywords

Open RRua opened this issue 5 years ago • 0 comments

Example: this expression: throw SQLException("Failed to query file $this")

after Parsing and using Writer.write will originate the following statement:

throw SQLException("Failed to query file $this")

RRua avatar Nov 07 '19 18:11 RRua