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
[DeclChecker] Avoid setting ErrorType on the enum cases with duplicate names
We want to preserve as much of the AST as possible in the valid state,
so for cases with duplicate names it makes sense to mark declaration
itself and its parent enum as invalid and leave the original types in place.
0 commit comments