Skip to content

Bad local declaration #63

@tigertv

Description

@tigertv

I get the error when use the following declaration:

int a = 5;

but the following code works without errors

int a;
a = 5;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions