prettier/tests/flow/suggest/lib.js

6 lines
82 B
JavaScript

/* @flow */
function bar(w: number): number { return w; }
module.exports = bar;