/** @constructor */function Thingy() { /** @protected */ this._bar = 1;}
/** @constructor */
function Thingy() {
/** @protected */
this._bar = 1;
}