TypeScript/tests/cases/fourslash/completionListKeywords.ts

15 lines
262 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts"/>
// @noLib: true
2014-07-13 01:04:16 +02:00
/////**/
verify.completions({
marker: "",
exact: [
completion.globalThisEntry,
completion.undefinedVarEntry,
...completion.statementKeywordsWithTypes
]
});