Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patterns parser: remove bogus error recovery logic.
The "recovery" condition `|| /* recovery */ optional(':', next)` had no effect, because that case was already covered by the previous `if` statement. Bug: #50035 Change-Id: I4eeeeb2ff6b3558888f07c65d85e9f79e334d9eb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292661 Reviewed-by: Konstantin Shcheglov <[email protected]>
- Loading branch information