Skip to content

unique symbol lost on assignment to const despite type assertion Β #55901

Open
@dragomirtitian

Description

@dragomirtitian

πŸ”Ž Search Terms

unique symbol widening

πŸ•— Version & Regression Information

  • This is the behavior in every version I tried

⏯ Playground Link

Playground Link

πŸ’» Code

const u = Symbol();
const a7 = u as typeof u // widened  to symbol

πŸ™ Actual behavior

a7 is symbol

πŸ™‚ Expected behavior

a7 has typeof u

Additional information about the issue

This issue is a huge problem for isolated declarations as it breaks the assumption that in an expression const o = a as T we can always use T as the type of o. This is also inconsistent with the way similar expressions work for string/number literal types (ex)

Similar issues:

@Andarist perhaps #54778 also fixes this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    In DiscussionNot yet reached consensusSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions