Closed
Description
TypeScript Version: 4.0.0-dev.20200709
class MyClass {
move(direction: Direction.Left | Direction.Right) {
// Left and Right is marked Deprecated!
}
}
enum Direction {
Left = -1,
Right = 1,
}
Related Issues:
I Tried to file a bug to the Typescript Nightly extension, and where redirected here.
microsoft/vscode-typescript-next#11
Metadata
Metadata
Assignees
Labels
No labels