mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add missing semicolon
This commit is contained in:
@@ -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[] {
|
||||
|
||||
Reference in New Issue
Block a user