// @target: ES5 // @module: commonjs export class A { constructor () { } public B() { return 42; } }