In goog.structs.Map, the type of the keys_ array and the return from getKeys is
listed as !Array.<string>. They appear to actually be !Array.<*>. The keys
are taken as type * in set, et.al. and are stored as-is in the keys_ array
without modification.
Original issue reported on code.google.com by terre...@trainedmonkeystudios.org on 2 Sep 2010 at 3:14
Original issue reported on code.google.com by
terre...@trainedmonkeystudios.org
on 2 Sep 2010 at 3:14