Community
Participate
Working Groups
val list = <String>newArrayList list.map(s | s.toUpperCase ) The hover info for #map shows ListExtensions::map(list, s | s.toUpperCase) but should be ListExtensions::map(list, [s | s.toUpperCase])
We should focus on more important issues for M6.
Currently the hover shows: <String, String> List<String> map(List<String> original, Function1<? super String, ? extends String> transformation)