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
Sema: Track multiple pending decl body TRCs in TypeRefinementContextBuilder.
NFC. Lays the groundwork to use `DeclBodyContextStack` to build type refinement
context trees for declarations that have multiple bodies. For example pattern
binding declarations may introduce multiple bindings, each with their own init
expression. Each init may need a distinct body TRC.
0 commit comments