Daniel, > On 16 May 2020, at 2:42, Daniel.Sun <sun...@apache.org> wrote: >> having enclosed all the “foo as bar”'s in ternary operators in parentheses > We have fixed some issues related to ternary operator since Groovy 3 was > released. Please provide a code snippet to show the ternary operator issue > you mentioned.
I actually have, “1>2?[3] as Set:null”. I'll get shortly back to it in an answer to your next message. > P.S. long time no see, welcome back to groovy mailing list ;-) Thanks! Well for a long time I had to focus on the application itself, keeping the build scripts, ASTTs and version of groovy itself unchanged :) Now's the time we are refactoring our application core, which |'d like to accompany by switching to the newest (stable) Groovy available, so I'm back with new problems :) Thanks and all the best, OC