TypeScript/tests/cases/fourslash/completionForStringLiteral12.ts

12 lines
273 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
////function foo(x: "bla"): void;
////function foo(x: "bla"): void;
////function foo(x: string) {}
////foo("[|/**/|]")
verify.completions({ marker: "", exact: {
name: "bla",
replacementSpan: test.ranges()[0]
} });