diff options
Diffstat (limited to 'cli/tests/integration/lsp_tests.rs')
| -rw-r--r-- | cli/tests/integration/lsp_tests.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 79ca35fc7..7a48dcda6 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -9037,8 +9037,8 @@ fn lsp_completions_complete_function_calls() { "value": "Calls a defined callback function on each element of an array, and returns an array that contains the results.\n\n*@param* - callbackfn A function that accepts up to three arguments. The map method calls the callbackfn function one time for each element in the array.*@param* - thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value." }, "sortText": "1", - "insertText": "map(callbackfn)", - "insertTextFormat": 1 + "insertText": "map(${1:callbackfn})", + "insertTextFormat": 2, }) ); client.shutdown(); @@ -11130,7 +11130,7 @@ function a() { }; }; } - + class C { @a() static test() { |
