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

Missing "Cannot override already fixed parameter value" in NED editor #1157

Open
avarga opened this issue May 6, 2024 · 0 comments
Open
Labels
new New issue that has not been yet acknowledged
Milestone

Comments

@avarga
Copy link
Contributor

avarga commented May 6, 2024

To reproduce:

simple S1
{
    int x;
}

simple S2 extends S1
{
    x = 1;
}

simple S3 extends S2
{
    x = 2;  // should be an error, because x is already set in S2
}
@avarga avarga added the new New issue that has not been yet acknowledged label May 6, 2024
@rhornig rhornig added this to the under review milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New issue that has not been yet acknowledged
Projects
None yet
Development

No branches or pull requests

2 participants