Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information