prettier/tests/flow/recheck/f2.js

5 lines
65 B
JavaScript

// @flow
var { a, b, c } = require('./f1');
(c: { x: number });