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: Add hack until we can request-ify computeCaptures()
typeCheckDecl() is not going to get called on a synthesized
accessor if its in local context. Previously, accessors in
local context were only created by the parser, but that
code path is going away.
Until capture computation is request-ified, force it to
happen for accessors of local properties.
0 commit comments