Skip to content

Possible failcases #1

Description

@abort

Places of automatic semicolon insertion followed by in and decrements. E.g.:
return 1\n++i;

or in a block
{ return 1\n--j }

Same goes for return 2 } j = 1;
(the } character is considered a terminating character, thus the result should be a return 2 and j should be set to 1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions