BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
5 stars 0 forks source link

undo, throw gets parsed as an error, if the thrown exception is a variable #227

Open gustason opened 3 weeks ago

gustason commented 3 weeks ago
define var e as Error no-undo.
do:
    undo, throw e. 
end.    

image

eglekaz commented 18 hours ago

Registered: https://github.com/usagi-coffee/tree-sitter-abl/issues/97