TypeScript/tests/cases/fourslash/completionsAfterAsyncInObjectLiteral.ts

6 lines
142 B
TypeScript

/// <reference path="fourslash.ts" />
////const x: { m(): Promise<void> } = { async /**/ };
verify.completions({ marker: "", exact: "m" });