TypeScript/tests/cases/fourslash/completionsTypeKeywords.ts

11 lines
190 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts" />
// @noLib: true
////type T = /**/
verify.completions({
marker: "",
exact: [completion.globalThisEntry, "T", ...completion.typeKeywords],
});