_release notes ref_ [GROOVY-10592](https://issues.apache.org/jira/browse/GROOVY-10592) (property notation for interface method) is fixed and `SimpleTypeLookup` needs conditional adjustment. [GROOVY-10695](https://issues.apache.org/jira/browse/GROOVY-10695) ```groovy class C { static { C.foo // refers to field not method } static foo static getFoo() { } } ```
release notes ref
GROOVY-10592 (property notation for interface method) is fixed and
SimpleTypeLookupneeds conditional adjustment.GROOVY-10695