Hi there, lately, I have upgraded to Groovy 3.0.3 from 2.4.17, and have found expressions like this one:
1>2?[3] as Set:null which used to be parsed properly by Groovy 2 do not work anymore. It can be fixed by enclosing the [3] as Set into parentheses, but of course it's a bit at the inconvenient side, given the number of sources I build my application from. Did I miss some intentional breaking change, or is it a parser bug? Thanks, OC