Skip to content

Commit

Permalink
Un-templatize Arguments.
Browse files Browse the repository at this point in the history
Treating it as a parameteric type is not actually helpful because there is nothing in place (nor are there any plans) to use the parameter as anything other than ? or *.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=263905257
  • Loading branch information
shicks authored and lauraharker committed Aug 19, 2019
1 parent 050627e commit 105b62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions externs/es3.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,8 @@ IArrayLike.prototype.length;

/**
* @constructor
* @implements {IArrayLike<T>}
* @implements {IArrayLike<?>}
* @implements {Iterable<?>}
* @template T
* @see http://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions_and_function_scope/arguments
*/
function Arguments() {}
Expand Down
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/resources.json

Large diffs are not rendered by default.

0 comments on commit 105b62d

Please sign in to comment.