**TypeScript Version:** 2.2.0-dev.20170120 **Code** ```ts interface ICssProperties { display: 'inline-block' | string } const className: 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;