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

Stop warning on higher-kinded usage without -language:higherKinds #8348

Merged
merged 1 commit into from
Sep 9, 2019

Commits on Sep 7, 2019

  1. Stop warning on higher-kinded usage without -language:higherKinds

    See https://contributors.scala-lang.org/t/is-f-bound-polymorphism-useful/3618/5
    
    Sadly, it seems that no deprecation warnings are reported on imports,
    so `import scala.language.higherKinds` will not warn.
    smarter committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    f48672c View commit details
    Browse the repository at this point in the history