TypeScript/tests/cases/fourslash/completionListNewIdentifierFunctionDeclaration.ts

12 lines
199 B
TypeScript

/// <reference path='fourslash.ts' />
// @noLib: true
////function F(pref: (a/*1*/
verify.completions({
marker: "1",
exact: completion.typeKeywords,
isNewIdentifierLocation: true,
});