thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

incorrect type annotations for keys in goog.structs.Map #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by chrishe...@google.com on 27 Apr 2012 at 9:26