Found in microsoft/vscode#12667
var foo;
interface I {
metadata: string;
wat: string;
}
var x: I = {
metadata: "/*$*/"
}
Expected: Completions of every identifier in the file, or no completions at all.
Actual: Completions of property names for the containing object literal's apparent type.

Found in microsoft/vscode#12667
Expected: Completions of every identifier in the file, or no completions at all.
Actual: Completions of property names for the containing object literal's apparent type.