TypeScript/tests/cases/fourslash/completionListKeywords.ts
2019-05-20 15:53:51 -07:00

15 lines
262 B
TypeScript

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