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

Inline transparent implicit parameters when typing Unapply trees #19646

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 20, 2024

  1. Inline transparent implicit parameters when typing Unapply trees

    We needed to delay the inlining of the transparent inline when typing
    the unapply function application. We used the NoInline mode, but this
    also stopped the inlining of the arguments of the unapply. To fix this
    we target more precisely the inlining of the unapply method and not the
    implicit arguments. To do this we detect the dummy argument that is used
    type the unapply as an application, before it is transformed into a pattern.
    
    Fixes scala#19623
    nicolasstucki committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d244a30 View commit details
    Browse the repository at this point in the history