TypeScript/tests/cases/fourslash/completionForStringLiteral6.ts

10 lines
211 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Foo {
//// x: "abc" | "def";
////}
////function bar(f: Foo) { };
////bar({x: "/**/"});
verify.completions({ marker: "", exact: ["abc", "def"] });