prettier/tests/flow/demo/1/f.js

9 lines
71 B
JavaScript

/* demo */
function f(x) { return 42/x; }
var x = null;
//...
f(x);