Closed
Description
TypeScript Version: 2.8.1 (vs code newest)
Search Terms: rest parameter destructuring generic
Code
Expected behavior: no error (because TA extends A, and A is an object, and rest parameters should work with objects...).
It worked with ts 2.7.2, but NOT with 2.8.1
Actual behavior: see pic
Related Issues: