-
Notifications
You must be signed in to change notification settings - Fork 21
Inconsistent InnerClass attribute in delayed init body #10487
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
The module class
But there is no corresponding entry in |
Hi, we hit a similar issue while trying to compile scala or akka apps to native images with GraalVM. Currently it can be worked around by using the Object + main function syntax as described in graal#384, but it's quite inconvenient that it doesn't work out of the box. I'm not sure I have the understanding of the scala compiler necessary to try fixing it myself. But if I can provide any additional information I'd be happy to, I'd like to fix this issue. Thank you! |
This should avoid the scalac bug that produces invalid innerClasses references: scala/bug#10487
The text was updated successfully, but these errors were encountered: