prettier/tests/flow/modified_lib/test.js

6 lines
44 B
JavaScript

// @flow
import {bar} from 'foo';
bar(5);