Closed
Description
Bug Report
π Search Terms
π Version & Regression Information
Happens in both versions 4.2.3 and 4.3.0-beta
β― Playground Link
Playground link with relevant code
π» Code
const s = new Set<string>();
s.values().next().value;
π Actual behavior
Type of value
is any
.
π Expected behavior
Type of value
should probably be string | undefined
or something.
Metadata
Metadata
Assignees
Labels
No labels