Autocomplete for List format String[] incorrect

Issue #358 resolved
Eric Alexander created an issue

When doing this:

Map<String,ID[]> tmp = New

The value that code completion comes up with is:

Map<String, ID[]> tmp = New Map<String, Id<Id>>()

Using List<ID> results in the correct completion of {code:java} Map<ID,List<Id>>()

Comments (7)

  1. Log in to comment