prettier/tests/flow/declaration_files_increment.../A.js

5 lines
111 B
JavaScript

/* @flow */
class AImplementation {}
export function foo(): AImplementation { return new AImplementation(); }