prettier/tests/comments/function-declaration.js

5 lines
154 B
JavaScript

function a(/* comment */) {} // comment
function b() {} // comment
function c(/* comment */ argA, argB, argC) {} // comment
call((/*object*/ row) => {});