prettier/tests/flow/recheck/a1.js

8 lines
88 B
JavaScript

// @flow
function foo(x: number): string { return 5; }
foo(0);
module.exports = foo;