Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add regression test for jump in lhs of range
This syntax tree incorrectly gets turned into `return ..=return` when printed, which is a return whose value is a RangeToInclusive. The original is a Range whose endpoints are returns.
- Loading branch information