Spec typo: 'equals' is not an allowed name for an operator #2301
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
This issue was originally filed by [email protected]
The spec v0.08 says:
"The following names are allowed for user-defined operators: <, >, <=, >=,
-, +, /, ~/, *, %, j, ^, &, <<, >>, []=, [], ~, call, negate."
So, operator 'equals' is accidentally prohibited.
The text was updated successfully, but these errors were encountered: