DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / thisKeyword.symbols
12345678
//// [tests/cases/compiler/thisKeyword.ts] //// === thisKeyword.ts === module foo { >foo : Symbol(foo, Decl(thisKeyword.ts, 0, 0)) this.bar = 4; }