Skip to content

Fix #12546: Handle enum or object in provablyDisjoint #12547

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

Closed
wants to merge 1 commit into from

Conversation

liufengyun
Copy link
Contributor

Fix #12546: Handle enum or object in provablyDisjoint

An enum or object is provably disjoint with a class A if the module
class does not derive from A.

@liufengyun liufengyun force-pushed the fix-12546 branch 2 times, most recently from 3410314 to f5f7e3a Compare May 20, 2021 19:20
A enum or object is provably disjoint with a class A if the module
class does not derive from A.
@liufengyun
Copy link
Contributor Author

This is part of #12549, so we can keep only one PR.

@liufengyun liufengyun closed this May 21, 2021
@liufengyun liufengyun deleted the fix-12546 branch May 21, 2021 09:47
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.

exhaustive check crashes on enum with additional traits
1 participant