prettier/tests/flow/recheck/b3.js

6 lines
52 B
JavaScript

// @flow
import { C, D } from "./b2";
(new D: C);