Skip to content

Commit a1040f0

Browse files
committed
Fixing comment
1 parent 1af4e1c commit a1040f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6267,6 +6267,7 @@ namespace ts {
62676267

62686268
/**
62696269
* Return true if type was inferred from an object literal or written as an object type literal
6270+
* with no call or construct signatures.
62706271
*/
62716272
function isObjectLiteralType(type: Type) {
62726273
return type.symbol && (type.symbol.flags & (SymbolFlags.ObjectLiteral | SymbolFlags.TypeLiteral)) !== 0 &&

0 commit comments

Comments
 (0)