Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove return use in code #64

Closed
ekrich opened this issue Dec 23, 2019 · 1 comment
Closed

Remove return use in code #64

ekrich opened this issue Dec 23, 2019 · 1 comment

Comments

@ekrich
Copy link
Owner

ekrich commented Dec 23, 2019

return is an artifact form the Scala to Java port and should be removed. During the Dotty port, non-local returns or returns used in closures have been removed.

This was referenced Dec 23, 2019
@ekrich
Copy link
Owner Author

ekrich commented Oct 16, 2020

I think this can be closed because early return is allowed and non-local returns or returns from closures have been removed.

@ekrich ekrich closed this as completed Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant