Files
CanvasTextWrapper/node_modules/grunt-contrib-uglify/test/fixtures/expected/comments.js
T
namniak 6ddb18a127 v0.1.0
2014-06-27 00:31:51 -04:00

12 lines
233 B
JavaScript

/*!
* I am a comment
*/
function foo(){return 42}// @preserve preserve
// @license license
function bar(){return 2*foo()}/* @preserve
* multiline preserve
*/
/* @license
* multiline license
*/
function baz(){return bar()*bar()}