mirror of https://github.com/tc39/test262.git
parent
febb11b249
commit
fb61ab44eb
|
@ -8,8 +8,8 @@ info: http://jeffmo.github.io/es-trailing-function-commas/
|
|||
author: Jeff Morrison <lbljeffmo@gmail.com>
|
||||
---*/
|
||||
|
||||
function one*(a,) {}
|
||||
function two*(a,b,) {}
|
||||
function* one(a,) {}
|
||||
function* two(a,b,) {}
|
||||
|
||||
assert.sameValue(
|
||||
one.length,
|
||||
|
|
Loading…
Reference in New Issue