- Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
function f(x: {}) { if (typeof x === 'string') { x.charAt(0); // OK [1, 2].map(i => x.charAt(i)); // OK in 1.8, error in current master } }This appears to have started with commit dad0564
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code