Skip to content

Assignment without initializer in classes #4

@bpharaldsson

Description

@bpharaldsson

Currently class variables need to be assigned a value.
We want to allow empty initializers (int a;).
The compiler may insert "= 0" (or other empty initilaizer) if needed

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions