-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
}
NthPortal and pzhong-livongo
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed