DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / thisShadowingErrorSpans.ts
123456789
// @strict: true class C { m() { this.m(); function f() { this.m(); } } }