Skip to content

Commit 5d82260

Browse files
Adjust fourslash test that fails under strictNullChecks.
1 parent fb5f832 commit 5d82260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/fourslash/renameDestructuringAssignmentNestedInFor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//// secondary: string;
88
//// };
99
////}
10-
////let multiRobot: MultiRobot, [|[|{| "contextRangeIndex": 2 |}primary|]: string|], secondary: string, primaryA: string, secondaryA: string, i: number;
10+
////declare let multiRobot: MultiRobot, [|[|{| "contextRangeIndex": 2 |}primary|]: string|], secondary: string, primaryA: string, secondaryA: string, i: number;
1111
////for ([|{ skills: { [|{| "contextRangeIndex": 4 |}primary|]: primaryA, secondary: secondaryA } } = multiRobot|], i = 0; i < 1; i++) {
1212
//// primaryA;
1313
////}

0 commit comments

Comments
 (0)