We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problematic code:
[] > test [] > parent [self x] > f x.sub 5 > t seq > @ assert (0.less t) x [self z] > h z > @ [] > child test.parent > @ [self y] > g self.f self y > @ [] > grandchild test.child > @ [self y] > f y > @ [self z] > h self.g self z > @
Expected result:
RESULT BY AnOdin: [Unjustified Assumption] Method g is not referentially transparent
Actual result:
RESULT BY AnOdin: Odin is not able to analyze the code, due to: Symbol value-of-before-g not declared
Thoughts: The error message is the same as in #35. But here absent long calls chain. So the problem is probably somewhere else.
The text was updated successfully, but these errors were encountered:
@Leosimetti this should be straightforward, but for now is low priority.
Sorry, something went wrong.
Leosimetti
Successfully merging a pull request may close this issue.
Problematic code:
Expected result:
Actual result:
Thoughts:
The error message is the same as in #35. But here absent long calls chain. So the problem is probably somewhere else.
The text was updated successfully, but these errors were encountered: