Skip to content
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

Fix #15199: Exclude JavaDefined Modules from bridge generation. #15499

Merged

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    0c8e129 View commit details
    Browse the repository at this point in the history
  2. Fix scala#15199: Exclude JavaDefined Modules from bridge generation.

    JavaDefined modules are imaginary symbols that dotc uses to refer
    to static methods of Java classes. They have no reification, and
    therefore it makes no sense for them to participate in bridge
    generation.
    sjrd committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cf21a07 View commit details
    Browse the repository at this point in the history