swift
d4f85a38
- AST: Fix odd behavior of Type::canonicalizeProtocols() with circular inheritance
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
AST: Fix odd behavior of Type::canonicalizeProtocols() with circular inheritance If an invalid protocol P inherited from itself, then canonicalizing {P} would produce an empty list. This broke another assertion I'm working on.
References
#38837 - Refactor canonical type ordering
Author
slavapestov
Committer
slavapestov
Parents
fd7759ff
Loading