4 lines
210 B
Text
4 lines
210 B
Text
*%(basename)s:10: SyntaxError: Setter function argument must not be a rest parameter
|
|
set bad(...args) { _bad = args[0]; }
|
|
^^^^^^^^^
|
|
SyntaxError: Setter function argument must not be a rest parameter
|