mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Delete wayward comment
This commit is contained in:
parent
8652158ead
commit
040401205b
@ -14570,8 +14570,6 @@ namespace ts {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
// target: { [P in 'a' | 'b' | keyof T | keyof U]: XXX }
|
||||
// source: { a: xxx, b: xxx, c: xxx, d: xxx }
|
||||
function inferToMappedType(source: Type, target: MappedType, constraintType: Type): boolean {
|
||||
if (constraintType.flags & TypeFlags.Union) {
|
||||
let result = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user