mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
I'm looking at a bug where we end with a signature like
protocol B { ... }
protocol BB : B { }
<Self where Self : B, Self : BB>
While this one be a one-off bug, it's easy enough to check for this
condition with an assert here.
316 KiB
316 KiB