Skip to content

Commit c0ea121

Browse files
committed
add comment
1 parent 48f2995 commit c0ea121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6526,7 +6526,7 @@ export const enum ObjectFlags {
65266526
/** @internal */
65276527
ContainsObjectOrArrayLiteral = 1 << 17, // Type is or contains object literal type
65286528
/** @internal */
6529-
NonInferrableType = 1 << 18, // Type is or contains anyFunctionType or silentNeverType
6529+
NonInferrableType = 1 << 18, // Type is or contains anyFunctionType or silentNeverType, or it's a context free `returnTypeOnly`
65306530
/** @internal */
65316531
CouldContainTypeVariablesComputed = 1 << 19, // CouldContainTypeVariables flag has been computed
65326532
/** @internal */

0 commit comments

Comments
 (0)