mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Apply suggested fixes to arguments PR
This commit is contained in:
@@ -5,10 +5,18 @@
|
||||
////function testNestedArguments() {
|
||||
//// function nestedfunction(){/*3*/}
|
||||
////}
|
||||
////function f() {
|
||||
//// let g = () => /*4*/
|
||||
////}
|
||||
////let g = () => /*5*/
|
||||
|
||||
goTo.marker('1');
|
||||
verify.completionListContains("arguments");
|
||||
goTo.marker('2');
|
||||
verify.not.completionListContains("arguments");
|
||||
goTo.marker('3');
|
||||
verify.completionListContains("arguments");
|
||||
verify.completionListContains("arguments");
|
||||
goTo.marker('4');
|
||||
verify.completionListContains("arguments");
|
||||
goTo.marker('5');
|
||||
verify.not.completionListContains("arguments");
|
||||
Reference in New Issue
Block a user