Skip to content

Commit 3050f0c

Browse files
committed
Fixed 36
1 parent edad3dd commit 3050f0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/05-generics/36-type-helpers-with-constraints.problem.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ type tests = [
1717
AllOrNothing<number>,
1818
// @ts-expect-error
1919
AllOrNothing<undefined>,
20-
// @ts-expect-error
21-
AllOrNothing<string[]>,
2220
Expect<Equal<AllOrNothing<{ a: string }>, { a: string } | { a?: undefined }>>
2321
];

0 commit comments

Comments
 (0)