share enum types? #544
Unanswered
maxandersen
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Good question, @maxandersen. We probably need to process that info during parsing time and generate one single instance accordingly, in the parent namespace. Mind opening an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can one go about making enums the same types?
I end up with a bunch of SomeEntity.ClearedEnum, AnotherEntity.ClearedEnum, etc. instead of just one ClearedEnum.
How does one align those?
Beta Was this translation helpful? Give feedback.
All reactions