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
Ensure all capture variables carry the attachment (#23162)
Declarations like `type C <: {cap}` were missing the `CaptureVar`
attachment after post-processing in typer. This PR ensures that the
attachment is added.
0 commit comments