mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
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…
x
Reference in New Issue
Block a user