prettier/tests/flow/object_api/c.js

5 lines
52 B
JavaScript

/* @flow */
var c = require('./b');
c.a();
c.foo();