diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 00e142317e5..d1ad5f6f732 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -10462,7 +10462,7 @@ namespace ts { } function createWideningContext(parent: WideningContext, propertyName: __String, siblings: Type[]): WideningContext { - return { parent, propertyName, siblings, resolvedPropertyNames: undefined } + return { parent, propertyName, siblings, resolvedPropertyNames: undefined }; } function getSiblingsOfContext(context: WideningContext): Type[] {