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
Following #3162, the following code in function testRecovery141 of RecoveryTests gives the following diagnostics: "expected 'in' in closure signature" at the arrow location, and "unexpected code ') -> Int {}' in closure". However, lookahead shouldn't accept a closure signature here, or the parse should consume consistently, instead of having a mismatch between lookahead and the actual parse.