Files
atom/spec/fixtures/babel/flow-comment.js
joshaber 563984a7b2 Test it.
2016-02-05 16:16:38 -05:00

5 lines
63 B
JavaScript

/* @flow */
const f: Function = v => v + 1
module.exports = f