mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 10:58:20 -05: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