cc @andy-ms **TypeScript Version:** 2.7.0-dev.20171223 **Code** ```ts const [, a = ''] = ''.match('') || []; ``` **Expected behavior:** `a` is string. **Actual behavior:** `a` is any.