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

Update groovy for record, enum, var #1

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Conversation

glaforge
Copy link
Owner

@glaforge glaforge commented Aug 3, 2023

The 'record' keyword defines a new kind of record class. 'enum' was moved as the same level as the other types, as enums are also kind of classes. Added 'var' as an alternative to 'def' for defining variables and such.

The 'record' keyword defines a new kind of record class.
'enum' was moved as the same level as the other types, as enums are also kind of classes.
Added 'var' as an alternative to 'def' for defining variables and such.
@glaforge glaforge merged commit 7ec8ad0 into master Aug 3, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant