TypeScript/tests/baselines/reference/jsdocVariableDeclarationWithTypeAnnotation.js

11 lines
196 B
TypeScript

//// [foo.js]
/** @type {boolean} */
var /** @type {string} */ x,
/** @type {number} */ y;
//// [foo.js]
/** @type {boolean} */
var /** @type {string} */ x,
/** @type {number} */ y;