TypeScript/tests/cases/fourslash/completionListNewIdentifierFunctionDeclaration.ts
2017-01-18 13:55:31 -08:00

9 lines
185 B
TypeScript

/// <reference path='fourslash.ts' />
////function F(pref: (a/*1*/
goTo.eachMarker(() => {
verify.not.completionListIsEmpty();
verify.completionListAllowsNewIdentifier();
});