Skip to content

Stack overflow on master branch when creating a cycle between a type alias and a union type #3152

@osdm

Description

@osdm
var a27: {prop: number} | {prop: T27};
type T27 = typeof a27;

var b: T27;
var s: string = b;

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions