Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 11960) |
| +++ 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) \ |
|
regis
2012/09/06 16:11:02
\ -> col 80
srdjan
2012/09/06 17:03:45
Done.
|
| \ |
| TOK(kINDEX, "[]", 0, kNoAttribute) \ |
| TOK(kASSIGN_INDEX, "[]=", 0, kNoAttribute) \ |