Hello

I am using Groovy 3.0.5 and it supports multiple assignment statements from 
tuples when using static compile

    def(var1, var2) = Tuple.tuple("a", 1)

but it looks like the Intellij IDE still calls this out as a compile error. 
Also it defaults to identifying var1 and var2 as objects. This hinders code 
completion in subsequent code. Is this an issue for anyone else? or do I just 
have to upgrade my IDE? 

Reply via email to