blob: c82df82a3e6891f1fb3f75e1b2856eca8fc36b56 [file] [log] [blame]
class A {
doThing() {
console.error('thing');
}
}