-
Notifications
You must be signed in to change notification settings - Fork 784
Open
Labels
Description
Steps to reproduce
Behavior with typescript@5.9
test.ts:13:7 - error TS6133: 'lol' is declared but its value is never read.
13 const lol = [...(null as unknown as unknown[] | null)];
~~~
test.ts:13:17 - error TS2548: Type 'unknown[] | null' is not an array type or does not have a '[Symbol.iterator]()' method that returns an iterator.
13 const lol = [...(null as unknown as unknown[] | null)];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 2 errors
Behavior with tsgo
test.ts:13:7 - error TS6133: 'lol' is declared but its value is never read.
13 const lol = [...(null as unknown as unknown[] | null)];
~~~
Found 1 error