Skip to content

Commit 8df1c7e

Browse files
add test for #12536
1 parent 88b7d53 commit 8df1c7e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/// <reference path='fourslash.ts'/>
2+
3+
////interface Foo {
4+
//// foo: string;
5+
//// bar: string;
6+
////}
7+
////
8+
////function f<K extends keyof Foo>(a: K) { };
9+
////f("/*1*/
10+
11+
goTo.marker('1');
12+
verify.completionListContains("foo");
13+
verify.completionListContains("bar");
14+
verify.memberListCount(2);
15+

0 commit comments

Comments
 (0)