Re: Elvis operator and type casting precedence in Groovy

2023-08-15 Thread Paul King
It looks like it was this issue/commit: https://issues.apache.org/jira/browse/GROOVY-8965 https://github.com/apache/groovy/commit/d94ea203ea So Jim's hunch was right. A fix for a specific issue, fixed a broader set of things. Fragments of the behavior are covered in various STC tests but it does

Re: Elvis operator and type casting precedence in Groovy

2023-08-15 Thread Ferenc Nagy
Hi Jim and Paul, Mystery has been solved :) Thanks for your help and investigation, much appreciated. Regards, Ferenc Paul King ezt írta (időpont: 2023. aug. 15., K, 19:25): > It looks like it was this issue/commit: > > https://issues.apache.org/jira/browse/GROOVY-8965 > https://github.com/apa