clutz icon indicating copy to clipboard operation
clutz copied to clipboard

clutz drops text after @return {type} annotation

Open mtaran-google opened this issue 8 years ago • 0 comments

pretty sure it'll do it for even e.g. foo in

/** @constructor */
function CodeMirror() {};

/** @return {number} foo */
CodeMirror.prototype.f = function() {}

mtaran-google avatar Jul 20 '17 01:07 mtaran-google