mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix semicolon lint
This commit is contained in:
@@ -13923,7 +13923,7 @@ namespace ts {
|
||||
t.flags |= propagatedFlags;
|
||||
t.flags |= TypeFlags.FreshLiteral;
|
||||
(t as ObjectType).objectFlags |= ObjectFlags.ObjectLiteral;
|
||||
t.symbol = node.symbol
|
||||
t.symbol = node.symbol;
|
||||
}
|
||||
});
|
||||
return spread;
|
||||
|
||||
Reference in New Issue
Block a user