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
Concurrency: Skip Patterns when checking isolation
Due to a quirk of the ASTVisitor, we would then visit
accessors twice, the first time as part of the
PatternBindingDecl inside the TopLevelCodeDecl, and
at that point the accessor body has not yet been
type checked.
0 commit comments