0e524b949a
`sealed` and `abstract` modifiers are mutually exclusive. Error when a user tries to use them together on a class declaration. Implemented in the parser since it's a common error between the analyzer and the CFE. Change-Id: I9a8835c29ddb430ea0f005630bbdf9348f8b055c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269260 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Kallen Tu <kallentu@google.com>