prettier/tests/flow_comments/functions.js

2 lines
60 B
JavaScript
Raw Normal View History

function foo<T>(bar /*: T[] */, baz /*: T */) /*: S */ {}