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(#18265): crash on extension method without type nor RHS #18743

Commits on Oct 22, 2023

  1. fix(scala#18265): crash on extension method without body

    This commit fixes a bug that causes Scala compiler to crash due to position error
    when an extension method followed by a newline has neither type annotation nor `= <expr>`.
    
    This commit is based on scala#18445.
    
    Co-Authored-By: @hamzaremmal
    i10416 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    caf30e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07761ae View commit details
    Browse the repository at this point in the history