Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 10521) |
| +++ runtime/vm/token.h (working copy) |
| @@ -258,6 +258,8 @@ |
| return attributes_[tok]; |
| } |
| + // TODO(hausner): Remove the pseudo keyword 'negate' when old operator |
| + // syntax for unary - is removed. |
| static bool CanBeOverloaded(Kind tok) { |
| ASSERT(tok < kNumTokens); |
| return IsRelationalOperator(tok) || |