Skip to content

Completion list of augmented type contains method of class incorrectly #837

@sheetalkamat

Description

@sheetalkamat
declare class m3f { foo(x: number): void }
module m3f { export interface I { foo(): void } }
var x: m3f./*completionListHere*/

Notice that it contains foo in the completion list but it shouldn't have it

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions