Skip to content

Add support for Groovy 5.0.0 #1370

@eric-milles

Description

@eric-milles

release notes ref

GROOVY-10592 (property notation for interface method) is fixed and SimpleTypeLookup needs conditional adjustment.

GROOVY-10695

class C {
  static {
    C.foo // refers to field not method
  }
  static foo
  static getFoo() {
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions