`previousVotes: Map<Int, Map<String, List&lt...
# language-proposals
j
previousVotes: Map<Int, Map<String, List<Vote>>>
will just become
previousVotes: Map<Int, Votes>