prettier/tests/recheck/tmp3e/e2.js

12 lines
143 B
JavaScript

// @flow
import type { Action } from './e1';
const f = (): Action => {
return { type: 'QUX' };
}
import { LIFE } from './e1';
(LIFE: 0);