You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JuliaSyntax generates more consistent syntax trees for obscure versions
of long and short form anonymous function argument lists. For the cases
which are different and lead to errors, adjust the tests to use explicit
`Expr`s here so that we're testing ExprTools code rather than the Julia
parser itself.
* `function (x)::Integer; x end` is now parsed correctly
* Use an explicit Expr for the old `(;) -> nothing` syntax
0 commit comments