TypeScript/tests/cases/fourslash/completionForStringLiteralFromSignature.ts

8 lines
219 B
TypeScript

/// <reference path='fourslash.ts'/>
////declare function f(a: "x"): void;
////declare function f(a: string): void;
////f("/**/");
verify.completions({ marker: "", exact: "x", isNewIdentifierLocation: true });