Adjust fourslash test that fails under strictNullChecks.

This commit is contained in:
Daniel Rosenwasser 2026-02-03 23:43:02 +00:00
parent fb5f832bf1
commit 5d822609db

View File

@ -7,7 +7,7 @@
//// secondary: string;
//// };
////}
////let multiRobot: MultiRobot, [|[|{| "contextRangeIndex": 2 |}primary|]: string|], secondary: string, primaryA: string, secondaryA: string, i: number;
////declare let multiRobot: MultiRobot, [|[|{| "contextRangeIndex": 2 |}primary|]: string|], secondary: string, primaryA: string, secondaryA: string, i: number;
////for ([|{ skills: { [|{| "contextRangeIndex": 4 |}primary|]: primaryA, secondary: secondaryA } } = multiRobot|], i = 0; i < 1; i++) {
//// primaryA;
////}