prettier/tests/flow/recheck/g3.js

7 lines
74 B
JavaScript

// @flow
import { C } from './g1';
import { D } from './g2';
(new D: C)