You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
233 B

  1. /*!
  2. * I am a comment
  3. */
  4. function foo(){return 42}// @preserve preserve
  5. // @license license
  6. function bar(){return 2*foo()}/* @preserve
  7. * multiline preserve
  8. */
  9. /* @license
  10. * multiline license
  11. */
  12. function baz(){return bar()*bar()}