Skip to content

Improve error messages for bounds checking increment/decrement operators #844

Closed
@kkjeer

Description

@kkjeer

The messages emitted for bounds checking increment decrement operators are currently the same as the ones used to check assignments. They contain "assignment" in their wording, which can be confusing to programmers since there is no assignment operator in an increment/decrement operator. The messages should say "increment" or "decrement" rather than "assignment".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions