Open
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?