Skip to content

Add enum and union as reserved names #294

@joente

Description

@joente

Describe the bug
Both enum and union should be reserved names as they might be used in the future.

To Reproduce

new_type("enum");
new_type("union");

The above succeeds but an error should be raises.

Expected behavior
Both should raise an error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions