There was an error while loading. Please reload this page.
To quote Wesley Wigham (@weswigham) on #4447 (comment):
in [the] closure compiler you do inline casts with jsdoc comments like so: var x = /** @type {Foo.Bar} */ (y);
in [the] closure compiler you do inline casts with jsdoc comments like so:
var x = /** @type {Foo.Bar} */ (y);
We should consider supporting this in Salsa.
To quote Wesley Wigham (@weswigham) on #4447 (comment):
We should consider supporting this in Salsa.