We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new Map<{},Array>();
Gives an error Type parameters of multi type abstracts must be known (for IMap<{ }, Array<Int>>) . Should it not use ObjectMap in that case ?
Type parameters of multi type abstracts must be known (for IMap<{ }, Array<Int>>)
Activity