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

abstract classes and methods transpile to non-abstract classes and empty methods, respectively #43

Open
JeroMiya opened this issue Jul 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@JeroMiya
Copy link
Owner

If you take for instance /animations/animation.dart you'll see an abstract dart class Animation<T>. However, the transpiler outputs this as a non-abstract class, and abstract methods are given empty bodies.

This may have been a workaround in the original project for some issue, but if it needs to be reviewed. I'd prefer abstract methods to stay abstract in C#.

@JeroMiya JeroMiya added the bug Something isn't working label Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant