/// //// async function foo(x: Promise) { //// [|x./**/|] //// } const replacementSpan = test.ranges()[0] verify.completions({ marker: "", includes: [ "then", { name: "trim", insertText: '(await x).trim', replacementSpan }, ], preferences: { includeInsertTextCompletions: true, }, });