Skip to content

Commit 0404012

Browse files
committed
Delete wayward comment
1 parent 8652158 commit 0404012

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14570,8 +14570,6 @@ namespace ts {
1457014570
return undefined;
1457114571
}
1457214572

14573-
// target: { [P in 'a' | 'b' | keyof T | keyof U]: XXX }
14574-
// source: { a: xxx, b: xxx, c: xxx, d: xxx }
1457514573
function inferToMappedType(source: Type, target: MappedType, constraintType: Type): boolean {
1457614574
if (constraintType.flags & TypeFlags.Union) {
1457714575
let result = false;

0 commit comments

Comments
 (0)