We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
let f = (x, .y, z) => x +y + z
. should be only allowed in the first position (. x , y) => x + y
(. x , y) => x + y