clean up and fix tests
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
function a(p = 20) {}
|
||||
|
||||
function b(p, q = 30) {}
|
||||
|
||||
function c(p, q = 30, ...r) {}
|
||||
|
||||
(p = 20) => {};
|
||||
(p = 20, ...q) => {};
|
||||
|
||||
Reference in New Issue
Block a user