TypeScript/tests/cases/fourslash/completionForStringLiteral5.ts

12 lines
243 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Foo {
//// foo: string;
//// bar: string;
////}
////
////function f<K extends keyof Foo>(a: K) { };
////f("/*1*/
verify.completions({ marker: "1", exact: ["foo", "bar"] });