-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Lifted inner method tries to use this #545
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
@smarter On 7 May 2015 21:23:09 Guillaume Martres [email protected] wrote:
|
I'll fix this tomorrow. |
Fix #545: no need to make members of static classes static.
In this example,
inner
is miscompiled butinner2
works fine:Even though the output of
-Xprint:genBCode
does not show any difference:javap
reveals the error:The text was updated successfully, but these errors were encountered: