-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
UselessSetterCall bug? #574
Comments
I guess @yujinakayama will have a look at this soon. |
Sure, I'll take a look. |
Partial stacktrace:
|
@SirLenz0rlot Can you share all lines of the method? I cannot reproduce the issue only with the snippet |
I have the same error message and stack trace for one of my classes. I'm not allowed to share the problematic code. However, it seems easy to fix, just a missing |
@sullerandras Yeah, I've reproduced the error reported by @Confusion and already fixed in my local environment. However I guess the issue reported by @SirLenz0rlot seems to be another one, since the report and the workaround are not related to multiple-assignment. |
@yujinakayama |
Hi,
Im getting the following error:
Removing the following line from my code, removes the error:
even changing the name 'some_name', seems to 'fix' the error,
while 'some_name' is being used a local variable, not an explicit method or accessor. So its hard to tell what is going on.
The text was updated successfully, but these errors were encountered: