```ts declare let myDictionary: Record<string, string>; myDictionary./*$*/SOME_VARIABLE ``` Request quick info at the marker (on `SOME_VARIABLE`). **Current Behavior in 7.0**: no quick info **Expected Behavior/Behavior in 6.0**: `string | undefined`