kastree
kastree copied to clipboard
Error in Writer: Escaping interpolated strings with keywords
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")