[Dart, master] Enum named "value" causes variable name conflict
Declaring an enum name as "value" as in the example below results in a redefined name conflict in the generated dart code.
enum ExampleEnum : uint8
{
none = 0,
value = 1,
}
By running flatc --dart --gen-all --gen-object-api minimal.fbs generates the attached invalid dart code in the ExampleEnum class;
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.
This is still an issue
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.
Bump