DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / thisCapture1.ts
123456789
class X { private y = 0; public getSettings(keys: string[]): any { var ret: any; return ret.always(() => { this.y = 0; }).promise(); } }