Closed
Description
This issue was originally filed by [email protected]
com.google.dart.compiler.parser.Token.asBinaryOperator()
doesn't work because the code supposes that assignment token
and binary operator token are declared in the same order
but ASSIGN_MOD/ASSIGN_TRUNC and MOD/TRUNC are not.
cheers,
Rémi