``` ts 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 dad05642d71408a864e80e0aad34fc43091e38ac
This appears to have started with commit dad0564