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

14 lines
76 B
JavaScript

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