X Tutup
Skip to content

bug(compiler): Token#toString returns null for TokenType.OPERATOR #4049

@kegluneq

Description

@kegluneq

Token#toString is missing a case for TokenType.OPERATOR, so it returns null when called for a token of that type. This causes Dart string interpolation to fail, for example here if it attempts to report an unexpected OPERATOR token.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup