Skip to content

[Haxe][FileParser] Added support for multiple inheritance #2664

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

Conversation

SlavaRa
Copy link

@SlavaRa SlavaRa commented Jan 28, 2019

support_for_multiple_inheritance

@SlavaRa SlavaRa merged commit 4ca7048 into fdorg:development Jan 28, 2019
@SlavaRa SlavaRa deleted the feature/2660_Haxe_FileParser_Typedef_Multiple_Inheritance branch January 28, 2019 12:22
@markknol
Copy link
Contributor

markknol commented Jan 31, 2019

Does it also support the new typedef D = A & B & {c: Int} syntax, when using Haxe 4?

Type1 & Type2 is now a recognized syntax for intersection types. For the time being, it is only supported to merge structures (replacing the { >Type1, >Type2, } syntax) and for type parameter constraints (replacing T:(Type1, Type2) which has been removed from the language).

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

Successfully merging this pull request may close these issues.

2 participants