Fix naming and update comment

This commit is contained in:
Jason Freeman
2015-07-28 14:49:28 -07:00
parent 06f63b2e04
commit 71a7c19cea
2 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1784,7 +1784,7 @@ namespace ts {
/* @internal */
RequiresWidening = ContainsUndefinedOrNull | ContainsObjectLiteral,
/* @internal */
ContainsLiteralFlags = ContainsUndefinedOrNull | ContainsObjectLiteral | ContainsAnyFunctionType
PropagatingFlags = ContainsUndefinedOrNull | ContainsObjectLiteral | ContainsAnyFunctionType
}
// Properties common to all types