Files
Kmake/test/fixtures/source-map/throw-string-original.js
2026-05-26 23:36:42 -07:00

9 lines
88 B
JavaScript

/*
* comments dropped by uglify.
*/
function Hello() {
throw 'goodbye';
}
Hello();