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

Add support for IntEnum #752

Closed
aajtodd opened this issue Nov 29, 2022 · 0 comments · Fixed by #827
Closed

Add support for IntEnum #752

aajtodd opened this issue Nov 29, 2022 · 0 comments · Fixed by #827
Assignees
Labels
codegen Codegen related change enhancement New feature or request good-first-task Good for newcomers

Comments

@aajtodd
Copy link
Contributor

aajtodd commented Nov 29, 2022

Implement support for intEnum.

This should be relatively easy as we used sealed class rather than (kotlin) enum to implement enum support in preparation for eventually supporting other value types.

@aajtodd aajtodd added enhancement New feature or request good-first-task Good for newcomers codegen Codegen related change labels Nov 29, 2022
@lucix-aws lucix-aws self-assigned this Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen Codegen related change enhancement New feature or request good-first-task Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants