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

asEP_DISALLOW_VALUE_ASSIGN_FOR_REF_TYPE support #63

Open
Paril opened this issue Jan 4, 2025 · 0 comments
Open

asEP_DISALLOW_VALUE_ASSIGN_FOR_REF_TYPE support #63

Paril opened this issue Jan 4, 2025 · 0 comments

Comments

@Paril
Copy link

Paril commented Jan 4, 2025

As a workspace option, I'd love to be able to turn this one on; I don't actually use this option because I need it for certain behaviors, but I would love if the langserv could report errors as if it was enabled so I can catch any land-mines.

class Test
{
int y;
Test() { }
}

Test x, z;
Test @y = x;
y = z; // allowed, but I'd like this to generate an error
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