• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*%(basename)s:6: SyntaxError: Duplicate parameter name not allowed in this context
2function foo(b, a, a, d) { return a }
3                   ^
4SyntaxError: Duplicate parameter name not allowed in this context
5