Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export default abstract class not allowed in class declaration #7375

Closed
xLama opened this issue Mar 3, 2016 · 2 comments
Closed

Export default abstract class not allowed in class declaration #7375

xLama opened this issue Mar 3, 2016 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@xLama
Copy link

xLama commented Mar 3, 2016

TypeScript Version:

1.8.2

Code

export default abstract class A  {} // Error
// Ok
abstract class A  {}
export default A;

I have not red anything about this in docs.

Thanks.

@mhegazy
Copy link
Contributor

mhegazy commented Mar 3, 2016

duplicate of #3792

@mhegazy mhegazy closed this as completed Mar 3, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Mar 3, 2016
@RyanCavanaugh
Copy link
Member

Please search before logging new issues 😢

image

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants