Skip to content

[Error] No error for exported class extending unexported class #78

@mhegazy

Description

@mhegazy

Affected Branch: Affected Build: Affected Product Language: Steps to reproduce:

Examples like the following:

export module m1 {

class m1_c_private {

}

export class m1_C4_public extends m1_c_private {

!!! Exported class 'm1_C4_public' extends private class 'm1_c_private'.

}

}

This error was lost, and many others like it, in

tests/cases/compiler/privacyClass.ts.

Other offenders in this file:

m1_C12_public

glo_C4_public

glo_C12_public

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