type V = { value: number; } let id: (x: X) => X; id(null).value; //^ defined: 3 // ^ defined: 1 export {};