Type infomation is missed when recursively use generic type & interface
#23706
Labels
Duplicate
An existing issue was already created
TypeScript Version: 2.8.3
Search Terms: type keyof extra
Code
Expected behavior: Should report error:
'not_exist_key' does not exist in type 'Template<{ baz: string; }>'
Actual behavior: No errors
Playground Link: playground
Related Issues:
The text was updated successfully, but these errors were encountered: