Skip to content

Remove underlying type duplication from Enumeration AST class  #1309

Open
@tritao

Description

@tritao

As the title says, Enumeration has two properties for the same information.

        public Type Type { get; set; }
        public BuiltinType BuiltinType { get; set; }

We should remove BuiltinType and have it just as a desugared property of Type.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions