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

Allow inheritance of attached classes #13

Open
v0dro opened this issue Aug 21, 2017 · 0 comments
Open

Allow inheritance of attached classes #13

v0dro opened this issue Aug 21, 2017 · 0 comments

Comments

@v0dro
Copy link
Member

v0dro commented Aug 21, 2017

If attached classes can be inherited, it will allow accessing two or more structs that the hierarchy of classes is attached to. The syntax should be like normal inheritance:

class B attach CSB

end

class A attach CSA < B
  # .... 
end
@v0dro v0dro added this to the v0.2 milestone Aug 23, 2017
@v0dro v0dro modified the milestones: v0.2, v0.3 Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant