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

Class/Interface same-name collision #7

Open
bezirg opened this issue May 12, 2016 · 0 comments
Open

Class/Interface same-name collision #7

bezirg opened this issue May 12, 2016 · 0 comments
Labels

Comments

@bezirg
Copy link
Member

bezirg commented May 12, 2016

This ABS snippet should work:

interface A {}
class A implements A {}

Fix with name mangling?

@bezirg bezirg added the bug label May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant