Closed GoogleCodeExporter closed 8 years ago
It seems that it hasn't ever been modified since introduction (Sep 30, 2013):
c0a3561dd093b616ac569f445f4a49b0ad94edc3 is this on purpose?
Original comment by lgand...@gmail.com
on 10 Apr 2014 at 4:37
Found that
@@ -903,7 +903,7 @@ goog.iter.compress = function(iterable, selectors) {
* determining the key value for each group in the {@code iterable}. Default
* is the identity function.
* @constructor
- * @extends {goog.iter.Iterator.<!Array>}
+ * @extends {goog.iter.Iterator}
* @template KEY, VALUE
* @private
*/
mitigates the issue. Is this ok?
Original comment by lgand...@gmail.com
on 10 Apr 2014 at 4:44
This file has been updated quite a few times since this was opened. See
https://github.com/google/closure-library/issues/2.
Original comment by joelt...@google.com
on 20 Jul 2015 at 10:13
Original issue reported on code.google.com by
lgand...@gmail.com
on 10 Apr 2014 at 4:14