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

Eta-expansion, via trailing underscore, of methods with no argument lists is now deprecated #8836

Merged
merged 1 commit into from Mar 31, 2020

Commits on Mar 30, 2020

  1. Fast-track deprecating nullary method eta-expansion

    Eta-expansion of nullary methods is dropped in Scala 3:
    https://dotty.epfl.ch/docs/reference/changed-features/eta-expansion.html
    
    So it must be deprecated in 2.13 first, and error under -Xsource:3.
    dwijnand committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c8a27c7 View commit details
    Browse the repository at this point in the history