We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
interface Foo { hello: string; } let x: Foo = { get hello() { return "hi" }, /*$*/ }
Expected: Completion list at /*$*/ is empty. Actual: Completion list contains hello.
/*$*/
hello