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

Added record, moved enum, added var for Groovy #1984

Merged
merged 2 commits into from
Aug 25, 2023

Commits on Aug 3, 2023

  1. Update groovy for record, enum, var

    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 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f898bf6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from glaforge/glaforge-record-enum-var

    Update groovy for record, enum, var
    glaforge committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7ec8ad0 View commit details
    Browse the repository at this point in the history