Skip to content
Prev Previous commit
Next Next commit
Update tests
  • Loading branch information
ahejlsberg committed Dec 15, 2023
commit 411205ef4c39a47321c965de16caf92c6f3c3436
1 change: 1 addition & 0 deletions src/harness/fourslashInterfaceImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,7 @@ export namespace Completion {
typeEntry("Lowercase"),
typeEntry("Capitalize"),
typeEntry("Uncapitalize"),
typeEntry("NoInfer"),
interfaceEntry("ThisType"),
varEntry("ArrayBuffer"),
interfaceEntry("ArrayBufferTypes"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,12 @@ Info seq [hh:mm:ss:mss] response:
"kindModifiers": "declare",
"sortText": "15"
},
{
"name": "NoInfer",
"kind": "type",
"kindModifiers": "declare",
"sortText": "15"
},
{
"name": "NonNullable",
"kind": "type",
Expand Down