summaryrefslogtreecommitdiff
path: root/test/fixtures/source-map/throw-string-original.js
blob: fe177b669fdf7eca3de44f97e00053e1d4c6e13a (plain)
1
2
3
4
5
6
7
8
/*
 * comments dropped by uglify.
 */
function Hello() {
  throw 'goodbye';
}

Hello();