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