The common front-end should give better error messages for the >>>
operator.
#35218
Labels
improve-diagnostics
Related to the quality of diagnostic messages
legacy-area-front-end
Legacy: Use area-dart-model instead.
The
>>>
operator was added back to the Dart language specification for Dart 2.0.It should be implemented as a valid overridable operator (#30888).
The current implementation still doesn't do so, and gives very odd error messages.
Example:
gives the errors:
The text was updated successfully, but these errors were encountered: