-
Notifications
You must be signed in to change notification settings - Fork 1.1k
jdk11: NPE at javac's ClassReader when reading .class file of object member of traits #9200
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
Labels
Comments
This looks to be fixed by #8652. |
@ohze I tried the steps you mentioned above, but with |
@bishabosha Yes. The issue is fixed. |
griggt
added a commit
to griggt/dotty
that referenced
this issue
Apr 26, 2021
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimized code
Output
Expectation
Compile successfully as in scala 2 or in java 8.
Notes:
Even if we compile T.scala using java 8 then the output classes still can not be used in java 11:
Because this issue, libraries built with java 8 can not be used in java 11
The text was updated successfully, but these errors were encountered: