Community
Participate
Working Groups
Exanple: --- class bar { Iterable<Integer> x = newA|rrayList(1, 2) } --- move the cursor to the position of the pipe and trigger content assist. "newArrayList" is not among the suggestions. Furthermore, in --- class bar { def static Iterable<Integer> x() { } Iterable<Integer> l = x|() } --- is "x" (the local static method) missing in the content assist proposals.
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0