Skip to content

Commit bef4e8d

Browse files
author
Yui T
committed
remove commented test
1 parent c5d5155 commit bef4e8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/cases/fourslash/completionListInTypeParameterOfTypeAlias1.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
////type List4<T> = /*2*/T[];
66
////type List3<T1> = /*3*/;
77

8-
/*goTo.marker("0");
8+
goTo.marker("0");
99
verify.completionListIsEmpty();
1010
goTo.marker("1");
1111
verify.not.completionListIsEmpty();
1212
goTo.marker("2");
1313
verify.completionListContains("T");
14-
*/
1514
goTo.marker("3");
1615
verify.not.completionListIsEmpty();
1716
verify.not.completionListContains("T");

0 commit comments

Comments
 (0)