prettier/tests/flow/missing_annotation/async_return.js

6 lines
56 B
JavaScript

// @flow
export async function foo() {
return 123;
}