Skip to content

Fix #8881: Lift lets over applications #8918

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

Merged
merged 5 commits into from
May 11, 2020
Merged

Conversation

odersky
Copy link
Contributor

@odersky odersky commented May 8, 2020

This is needed to correctly deal with bunched arguments arising from IFTs.
It's necessary in particular for let-bindings introduced by the compiler,
e.g. when passing default arguments. User-defined blocks are not the
problem since they get already eta expanded in typer.

odersky added 2 commits May 8, 2020 18:14
This is needed to correctly deal with bunched arguments arisign from IFTs.
It's necessary in particular for let-bindings introduced by the compiler,
e.g. when passing default araguments. User-defined blocks are not the
problem since they get already eta expanded in typer.
@nicolasstucki nicolasstucki linked an issue May 11, 2020 that may be closed by this pull request
@odersky odersky merged commit 5fb865b into scala:master May 11, 2020
@odersky odersky deleted the fix-#8881 branch May 11, 2020 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash with named parameters and context function
2 participants