Skip to content

PreferIncrementOperator could be amended to handle more complex expressions #696

@greg-at-moderne

Description

@greg-at-moderne

What problem are you trying to solve?

Broaden the applicability of the recently added PreferIncrementOperator.

Example

                            lastEnd = lastEnd + startIndex + i + 1;

could be transformed to

                            lastEnd += startIndex + i + 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions