prettier/tests/require-pragma/js/module-with-pragma.js

15 lines
87 B
JavaScript

/**
* @flow
* @format
*/
function foo(bar)
{
return bar +
3 +
4;
}