Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 11916) |
| +++ 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, "", 10, kNoAttribute) \ |
| + TOK(kAS, "AS", 10, kNoAttribute) \ |
|
regis
2012/09/06 15:47:34
Why is this needed? And why upper case?
We do not
srdjan
2012/09/06 15:56:37
Mea culpa, I added this so that the printing works
|
| \ |
| TOK(kINDEX, "[]", 0, kNoAttribute) \ |
| TOK(kASSIGN_INDEX, "[]=", 0, kNoAttribute) \ |