TypeScript/tests/cases/fourslash/completionForStringLiteral15.ts

13 lines
235 B
TypeScript

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