Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 4395) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -423,7 +423,9 @@ |
| AstNode* MakeAssertCall(intptr_t begin, intptr_t end); |
| void CheckFunctionIsCallable(intptr_t token_index, const Function& function); |
| + void CheckOperatorArity(const MemberDesc& member, Token::Kind operator_token); |
| + |
| const Script& script_; |
| const TokenStream& tokens_; |
| intptr_t token_index_; |