diff --git a/src/definitions.ts b/src/definitions.ts index 474fc8a567..2a39a927a5 100644 --- a/src/definitions.ts +++ b/src/definitions.ts @@ -126,7 +126,6 @@ export abstract class ExportsWalker { if (!propertyInstance) break; element = propertyInstance; // fall-through - break; } case ElementKind.PROPERTY: { let propertyInstance = element;