DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / methodSignatureHandledDeclarationKindForSymbol.ts
12345678
interface Foo { bold(): string; } interface Foo { bold: string; }