mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-13 05:37:13 -05:00
remove commented test
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
////type List4<T> = /*2*/T[];
|
||||
////type List3<T1> = /*3*/;
|
||||
|
||||
/*goTo.marker("0");
|
||||
goTo.marker("0");
|
||||
verify.completionListIsEmpty();
|
||||
goTo.marker("1");
|
||||
verify.not.completionListIsEmpty();
|
||||
goTo.marker("2");
|
||||
verify.completionListContains("T");
|
||||
*/
|
||||
goTo.marker("3");
|
||||
verify.not.completionListIsEmpty();
|
||||
verify.not.completionListContains("T");
|
||||
|
||||
Reference in New Issue
Block a user