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

Added support for multi-template inheritance. #425

Open
wants to merge 1 commit into
base: 2.0.x
Choose a base branch
from

Conversation

jhron
Copy link
Contributor

@jhron jhron commented Dec 18, 2022

Sometimes it can be useful to use multi-template inheritance e.g. in case of using of Traits or Interfaces.
With this patch it is possible to do that by just using "inherits" multiple time in gson file.

inherits(template: 'parent2')
inherits(template: 'parent4')

@CLAassistant
Copy link

CLAassistant commented Dec 18, 2022

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants