prettier/tests/flow/recheck/d2.js

5 lines
58 B
JavaScript

// @flow
import {A, x} from "./d1";
export var y: A = x;