add test for #12536

This commit is contained in:
Iwata Hidetaka
2016-11-29 06:28:39 +09:00
parent 88b7d53978
commit 8df1c7ed13
@@ -0,0 +1,15 @@
/// <reference path='fourslash.ts'/>
////interface Foo {
//// foo: string;
//// bar: string;
////}
////
////function f<K extends keyof Foo>(a: K) { };
////f("/*1*/
goTo.marker('1');
verify.completionListContains("foo");
verify.completionListContains("bar");
verify.memberListCount(2);