Closed
Description
TypeScript : 2.0.0
While trying to apply "noUnusedParameter" option in TypeScript code base, I ran into situation when one use Function.apply and pass in "arguments" object. Our compiler will then issue an error that the containing function's parameter is unused, should we still give an error in this case or by seeing "arguments" object use in function body we should not give an error