Community
Participate
Working Groups
When invoking e.g. <T> ArrayList<T> newArrayList(T...args) The hovering should show the parameterized version. For newArrayList('foo','bar') the hover should display ArrayList<String> newArrayList(String ... args)
Already fixed.
Closing all bugs that were set to RESOLVED before Neon.0