inlineparamcomment2.js 97 B

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