-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Better support type-heavy pattern matches #12549
Conversation
265dfa1
to
ae37dcc
Compare
test performance with #exhaustivity please |
performance test scheduled: 1 job(s) in queue, 0 running. |
Performance test finished successfully: Visit https://dotty-bench.epfl.ch/12549/ to see the changes. Benchmarks is based on merging with master (de319fb) |
A enum or object is provably disjoint with a class A if the module class does not derive from A.
… abstract class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of pieces, but it looks good to me.
Better support type-heavy pattern matches