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
Remove inline from parameters used in path-dependent types.
`inline` parameters can be evaluated several times, and therefore
are not stable paths, so they cannot be used in path-dependent
types.
Checking this was fixed in Scala 3.3.0.
See scala/scala3#15511
0 commit comments