Skip to content

Extra blank line before local scope block #1566

@lotsofbits

Description

@lotsofbits

Input:

int x = 1;

{
    int x = 2;
}

Output:

int x = 1;


{
    int x = 2;
}

Expected behavior:

int x = 1;

{
    int x = 2;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions