Community
Participate
Working Groups
def doStuff(List<String> it) { map[<cursor>] } Only class names are proposed at the cursor position. I'd expect toUpperCase and the like. def doStuff(List<String> it) { sortBy [length].map[ it.<cursor> ] } Only members of Object are proposed here. Works fine for def doStuff(List<String> it) { sortBy [length].map[ it.tUC<cursor> ] }
Pushed to master.
Requested via bug 522520. -M.