prettier/tests/comments/function-declaration.js

4 lines
124 B
JavaScript

function a(/* comment */) {} // comment
function b() {} // comment
function c(/* comment */ argA, argB, argC) {} // comment