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

Error definition abstract class when 'export default' #8307

Closed
syuilo opened this issue Apr 26, 2016 · 2 comments
Closed

Error definition abstract class when 'export default' #8307

syuilo opened this issue Apr 26, 2016 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@syuilo
Copy link

syuilo commented Apr 26, 2016

TypeScript Version:

1.8.9

Code

export default abstract class Klass {
  // something
}

Expected behavior:
No error

Actual behavior:
image

but,

abstract class Klass {
  // something
}

export default Klass;

is ok.


Sorry my bad English. thanks!

@bytorbrynden
Copy link

I do believe this error has already been reported, see #3792.

@syuilo
Copy link
Author

syuilo commented Apr 26, 2016

Oh, Sorry!

@syuilo syuilo closed this as completed Apr 26, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Apr 26, 2016
@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