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
It's necessary an expectation to indicate that the user has delegated a few actions in a new procedure.
For example:
program Delegates == program Uses:$a + * Declares:$a
program Delegates
program Uses:$a
* Declares:$a
@flbulgarelli
The text was updated successfully, but these errors were encountered:
Merge pull request #195 from mumuki/feature-#194-delegates-inspection
6b5a943
Add delegates inspection
Related to #193
Sorry, something went wrong.
Fixed in #212
flbulgarelli
No branches or pull requests
It's necessary an expectation to indicate that the user has delegated a few actions in a new procedure.
For example:
program Delegates
==program Uses:$a
+* Declares:$a
@flbulgarelli
The text was updated successfully, but these errors were encountered: