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

Properly implement ReturnLocalStmt #68

Open
johanfylling opened this issue Jun 22, 2022 · 2 comments
Open

Properly implement ReturnLocalStmt #68

johanfylling opened this issue Jun 22, 2022 · 2 comments

Comments

@johanfylling
Copy link
Collaborator

The local parameter in the ReturnLocalStmt definition should determine what local var is returned from a function, not the function definition.

@anderseknert
Copy link
Collaborator

What implications does it have that this isn't currently implemented properly? 🙂

@johanfylling
Copy link
Collaborator Author

Thus far, we have no failing compliance tests because of this; so perhaps no implications.
This could truly be a superfluous statement definition, but it annoys me, and should be an easy fix 😄 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants