GitNexus/gitnexus/test/fixtures/lang-resolution/javascript-inline-constructor-receiver/svc.js

7 lines
78 B
JavaScript

class Legacy {
doWork() {
return 1;
}
}
module.exports = { Legacy };