Skip to content

Enum default values do not work #61

@pingelit

Description

@pingelit

As the title states.

The following does not work as expected:

enum Enum
{
    "One",
    "Two"
};

dictionary Config
{
    Enum enum_val = "Two";
};

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions