You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixscala#3452: Fix cycle with implicit by-name parameter
When creating a lazy val to represent an implicit by-name parameter, we
need to fully define its type, otherwise cycles can arise in our
constraints.
This is similar to the issue fixed in eb2fdf2
0 commit comments