JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Fix `try catch else` Expr conversion #198

Closed c42f closed 1 year ago

c42f commented 1 year ago

This was incorrect when not including a finally clause.