// maximal munch is parsing this as 2-- 1 - should not do so when a space is involved.  See '--' and '++' rules in grammar.
int i = 2 - -1;
