Fix semicolon lint

This commit is contained in:
Nathan Shively-Sanders
2017-10-09 11:14:24 -07:00
parent 0cb12b32a5
commit 517dbf3ca7

View File

@@ -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;