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