Skip to content

Add compat for higherKinds compiler flag #431

Open
@nrktkt

Description

@nrktkt

It would be handy to be able to import scala.language.compat.higherKinds and have that not generate a deprecation warning when building on 2.13.

This could be as simple as

package scala.language

object compat {
  implicit lazy val higherKinds = scala.languageFeature.higherKinds
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions