blob: 450575665e91c2fe8f00d6e701174019fa8b4ee4 [file]
// This will be pretty printed since we run terser with debug settings
class A {
doThing() {
console.error('thing');
}
}