We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146f828 commit 76fb654Copy full SHA for 76fb654
src/compiler/types.ts
@@ -3136,7 +3136,7 @@ namespace ts {
3136
/* @internal */
3137
ContainsObjectLiteral = 1 << 22, // Type is or contains object literal type
3138
3139
- ContainsAnyFunctionType = 1 << 23, // Type is or contains object literal type
+ ContainsAnyFunctionType = 1 << 23, // Type is or contains the anyFunctionType
3140
NonPrimitive = 1 << 24, // intrinsic object type
3141
3142
JsxAttributes = 1 << 25, // Jsx attributes type
0 commit comments