diff --git a/src/compiler/types.ts b/src/compiler/types.ts index faaed779955..efcf747e88c 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -3136,7 +3136,7 @@ namespace ts { /* @internal */ ContainsObjectLiteral = 1 << 22, // Type is or contains object literal type /* @internal */ - ContainsAnyFunctionType = 1 << 23, // Type is or contains object literal type + ContainsAnyFunctionType = 1 << 23, // Type is or contains the anyFunctionType NonPrimitive = 1 << 24, // intrinsic object type /* @internal */ JsxAttributes = 1 << 25, // Jsx attributes type