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

Remove val in for comprehension under -Xsource:2.14 #6348

Merged
merged 1 commit into from
Apr 30, 2018

Commits on Feb 26, 2018

  1. Remove val in for comprehension under -Xsource:2.14

    The use of `val` keyword in for comprehension has been deprecated since 2.10.
    Ref scala/bug#4918
    Ref scala@cda4650.
    
    1. This improves the deprecation warning
    2. This also removes it under -Xsource:2.14
    eed3si9n committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    56945d9 View commit details
    Browse the repository at this point in the history