DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / cases / compiler / inexistentPropertyInsideToStringType.ts
1234567
// @checkJs: true // @noEmit: true // @Filename: index.js function toString() { this.yadda this.someValue = ""; }