Comment #4 on issue 1452 by [email protected]: buggy interaction between method calls and ++
http://code.google.com/p/google-caja/issues/detail?id=1452

f[i](f = g, i++);

that case already worked before the bugfix, the cajoled code looks like this:
  f.m___(+i, [ f = g, i++ ]);

the bug was in a specific rewriter pattern that matches o.m(...). afaik, nothing else was affected by the bug.

Reply via email to