File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -275,11 +275,11 @@ module FourSlashInterface {
275
275
}
276
276
277
277
public currentParameterHelpArgumentNameIs ( name : string ) {
278
- // FourSlash.currentTestState.verifyCurrentParameterHelpName(name);
278
+ FourSlash . currentTestState . verifyCurrentParameterHelpName ( name ) ;
279
279
}
280
280
281
281
public currentParameterSpanIs ( parameter : string ) {
282
- // FourSlash.currentTestState.verifyCurrentParameterSpanIs(parameter);
282
+ FourSlash . currentTestState . verifyCurrentParameterSpanIs ( parameter ) ;
283
283
}
284
284
285
285
public currentParameterHelpArgumentDocCommentIs ( docComment : string ) {
Original file line number Diff line number Diff line change 59
59
// verify.currentParameterHelpArgumentNameIs("U");
60
60
// verify.currentParameterSpanIs("U");
61
61
62
- goTo . marker ( "construcor3" ) ;
63
- verify . currentParameterHelpArgumentNameIs ( "T" ) ;
64
- verify . currentParameterSpanIs ( "T extends IFoo" ) ;
62
+ // goTo.marker("construcor3");
63
+ // verify.currentParameterHelpArgumentNameIs("T");
64
+ // verify.currentParameterSpanIs("T extends IFoo");
65
65
66
66
// goTo.marker("construcor4");
67
67
// verify.currentParameterHelpArgumentNameIs("M");
You can’t perform that action at this time.
0 commit comments