Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 11962) |
| +++ runtime/vm/token.h (working copy) |
| @@ -111,7 +111,7 @@ |
| TOK(kISNOT, "", 10, kNoAttribute) \ |
| \ |
| /* Internal token for (expr as Type) type cast operator */ \ |
| - TOK(kAS, "AS", 10, kNoAttribute) \ |
| + TOK(kAS, "", 10, kNoAttribute) \ |
| \ |
| TOK(kINDEX, "[]", 0, kNoAttribute) \ |
| TOK(kASSIGN_INDEX, "[]=", 0, kNoAttribute) \ |