Skip to content

Conversation

@vegegoku
Copy link

The IDE is marking the generated code with error when generating a readonly static property because readonly is always emitted before static, this is because at some point while emitting the modifier EnumSet.copyOf is used which will reorder the modifiers to match the order in the enum, moving readonly after static should solve the issue.

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.

1 participant