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

Required interfaces with initialized variables #65

Open
pefribeiro opened this issue Oct 4, 2022 · 0 comments
Open

Required interfaces with initialized variables #65

pefribeiro opened this issue Oct 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pefribeiro
Copy link
Contributor

@madielfilho raised an issue with the use of initialized variables in required interfaces. Calling of an operation that requires such a variable does not lead to it being assigned that value, which is expected, since the operation does not declare, but rather requires the variable.

We should perhaps disallow such use of required variables with initial values via a well-formedness condition? @alvarohm, do you have an opinion regarding this? I don't recall this having been discussed before.

@pefribeiro pefribeiro added the enhancement New feature or request label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant