Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generated code for enums with name conflict with EnumTypeWrapper… #246

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

nipunn1313
Copy link
Owner

… fields

For example, the following has a field which conflicts
with a method on the EnumTypeWrapper class.

enum {
  Name = 1;
}

Fixes #238

…fields

For example, the following has a field which conflicts
with a method on the EnumTypeWrapper class.
```
enum {
  Name = 1;
}
```

Fixes #238
@nipunn1313 nipunn1313 merged commit a7c4e8a into master Jul 15, 2021
@nipunn1313 nipunn1313 deleted the enum_name_conflict branch July 16, 2021 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle enum variants that conflict with EnumTypeWrapper methods
1 participant