You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For that scenario only the generator is promoting the inner enum to root class. This split flow is creating issues than have to be dealt twice early in the analyzer handlers and in the sanitizer. Another side effect is the creation of duplicate enums with the exact same members.
A good solution would be to promote all inner enum classes to root early on. This could also make working with models a bit easier as well.
The text was updated successfully, but these errors were encountered:
Enumeration members cannot be forward referenced when its needed, eg fields default values.
For that scenario only the generator is promoting the inner enum to root class. This split flow is creating issues than have to be dealt twice early in the analyzer handlers and in the sanitizer. Another side effect is the creation of duplicate enums with the exact same members.
A good solution would be to promote all inner enum classes to root early on. This could also make working with models a bit easier as well.
The text was updated successfully, but these errors were encountered: