jsdoc/test/fixtures/inlineparamcomment2.js
2015-06-21 10:56:34 -07:00

4 lines
97 B
JavaScript

var ns = {
foo: function(/** @type {string} */ bar = '', /** @type {number} */ ...baz) {}
};