prettier/tests/flow/recheck/i1.js

6 lines
70 B
JavaScript

// @flow
const foo: { p: number } = { p: 0 };
module.exports = foo;