Community
Participate
Working Groups
For the following expression : { val list = newArrayList('foo','bar','baz') for (x : list.reverse) { x.toUpperCase } } toUpperCase cannot be resolved. It seems as if the type inference in for expressions is broken.
pushed
Closing all bugs that were set to RESOLVED before Neon.0