prettier/tests/insert-pragma/js/module-without-docblock.js

4 lines
45 B
JavaScript

function foo(bar) {
return bar + 3 + 4;
}