clutz
clutz copied to clipboard
clutz drops text after @return {type} annotation
pretty sure it'll do it for even e.g. foo in
/** @constructor */
function CodeMirror() {};
/** @return {number} foo */
CodeMirror.prototype.f = function() {}