-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Milestone
Description
https://github.com/scala/scala/blob/v2.13.0-M5/src/library/scala/Predef.scala#L214
// TODO: when dependent method types are on by default, give this result type
e.type
, so that inliner has better chance of knowing which method to inline in calls likeimplicitly[MatchingStrategy[Option]].zero
Should we just add e.type
? or remove TODO comment if incorrect?
Jasper-M, smarter, milessabin, hrhino and neko-kai