Skip to content

Incorrect error when derived class appears first in an ambient namespace #10045

Description

@RyanCavanaugh
declare namespace ns {
  class SecondNS extends FirstNS { }
  class FirstNS { }
}

Actual: Error
Expected: No error

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions