If I have a class such as:
class X { a: number; constructor (inputA: number) { this.a = inputA; } f () {