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

3 lines
93 B
JavaScript

class Implementation {}
export function foo(): Implementation { return new Implementation; }