ZNTC0515: Duplicate parameter name
ZNTC0515
Section titled “ZNTC0515”Duplicate parameter name
Category: Parser: Binding/Identifier
Reproduction
Section titled “Reproduction”"use strict"; function f(a, a) {}How to fix
Section titled “How to fix”See the error message for cause and resolution.