Content-Length: 311851 | pFad | https://github.com/microsoft/TypeScript/issues/14174
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Why does this work:
type Foo = { x: Foo }
but this doesn't:
type Bar<A> = { x: A } type Foo = Bar<Foo> // ^^^ Type alias 'Foo' circularly references itself
Shouldn't they be equivalent?
Fetched URL: https://github.com/microsoft/TypeScript/issues/14174
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy