Skip to content

Java Dart compiler Token.asBinaryOperator() is broken #3033

Closed
@DartBot

Description

@DartBot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions