/// //// async function foo(x: Promise) { //// [|x./**/|] //// } const replacementSpan = test.ranges()[0] verify.completions({ marker: "", exact: [ "then", "catch" ], preferences: { includeInsertTextCompletions: false, }, });