Say I have a TypeScript class:
class Foo { bar: number; constructor() { this.bar = 42; } }
If I refactor it so that it looks