You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A *self-contained* demonstration of the problem follows...interfaceTest{values: string[]}consttest: Test={values: []// type: undefined[] on hover}
When you hover values: [] in VSCode it will show type: undefined[] which in theory one could say - 'working as intended' - but would be great if type could be inferred at this level and show to user string[]
The text was updated successfully, but these errors were encountered:
TypeScript Version: Version 2.1.0-dev.20160911
Code
When you hover
values: []
in VSCode it will show type:undefined[]
which in theory one could say - 'working as intended' - but would be great if type could be inferred at this level and show to userstring[]
The text was updated successfully, but these errors were encountered: