We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug
TModel has no definition for local variable.
To Reproduce Type check of this file results in a TModel without a definition for the local (inferred) variable idStr: https://github.com/SWAT-engineering/bird/blob/284fa7cf99d24c8b6546baf4e76e26f8ce7771f3/bird-core/src/main/rascal/lang/bird/Checker.rsc#L479
idStr
Expected behavior A definition for idStr to exist in the TModel
Desktop (please complete the following information):
v0.41.0-RC20
The text was updated successfully, but these errors were encountered:
PaulKlint
No branches or pull requests
Describe the bug
TModel has no definition for local variable.
To Reproduce
Type check of this file results in a TModel without a definition for the local (inferred) variable
idStr
: https://github.com/SWAT-engineering/bird/blob/284fa7cf99d24c8b6546baf4e76e26f8ce7771f3/bird-core/src/main/rascal/lang/bird/Checker.rsc#L479Expected behavior
A definition for
idStr
to exist in the TModelDesktop (please complete the following information):
v0.41.0-RC20
The text was updated successfully, but these errors were encountered: