Thanks for your reviewing the RI. The following code is truely allowed in Groovy, fewer limitation than Java 10+. So we can think the current RI as a enhanced implementation for `var` ;-) ``` var myVar = new Foo() myVar = 123 ```
Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html