-
Notifications
You must be signed in to change notification settings - Fork 8
catch missing ^
references
#13
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
Comments
@maxonfjvipon WDYT? |
@yegor256 assign me please |
@h1alexbel go ahead |
@maxonfjvipon am I correctly understood that |
@h1alexbel correct, but this will work only if abstract objects have |
@maxonfjvipon so, it's possible to locate non-abstract objects with |
@h1alexbel what do you mean? |
@maxonfjvipon is it possible to move up to the non-abstract objects with |
@h1alexbel |
@maxonfjvipon thanks, it will definitely help me to better implement this lint |
Uh oh!
There was an error while loading. Please reload this page.
Here is the code:
Obviously, this code has an error, because
hello
is not present in thefoo
object. We can detect this problem statically.Here is a more complex example:
We can detect this typo, I believe.
The text was updated successfully, but these errors were encountered: