TypeScript Version: 2.2.0-dev.20170120
Code
interfaceICssProperties{display: 'inline-block'|string}constclassName: ICssProperties={display: ''}Expected behavior:
The auto completion list shows 'inline-block' followed by general string suggestions
Actual behavior:
The auto completion list shows general string suggestions none of which are 'inline-block;
TypeScript Version: 2.2.0-dev.20170120
Code
Expected behavior:
The auto completion list shows 'inline-block' followed by general string suggestions
Actual behavior:
The auto completion list shows general string suggestions none of which are 'inline-block;