TypeScript/tests/cases/fourslash/jsdocDeprecated_suggestion7.ts

15 lines
272 B
TypeScript
Raw Normal View History

///<reference path="fourslash.ts" />
//// enum Direction {
//// Left = -1,
//// Right = 1,
//// }
//// type T = Direction.Left
//// /** @deprecated */
//// const x = 1
//// type x = string
//// var y: x = 'hi'
verify.getSuggestionDiagnostics([]);