TypeScript/tests/cases/conformance/jsdoc/enumTagCircularReference.ts

8 lines
117 B
TypeScript
Raw Normal View History

// @noEmit: true
// @allowJs: true
// @checkJs: true
// @Filename: bug27142.js
/** @enum {E} */
const E = { x: 0 };