Skip to content

Commit fe51216

Browse files
committed
Do not emit rest param if not the last.
1 parent 68a9615 commit fe51216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/parserParameterList1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ class C {
77
var C = (function () {
88
function C() {
99
}
10-
C.prototype.F = function (A, B) { };
10+
C.prototype.F = function (B) { };
1111
return C;
1212
}());

0 commit comments

Comments
 (0)