We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
BuiltinType
Type