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
Don't always treat a closure following a variable declaration as an accessor block
Introduce some lookahead to make sure we actually have something that
looks like an accessor block when the `{` is on the next line, matching what
the C++ parser does.
Fixesswiftlang/swift#76089
0 commit comments