Files
swift-mirror/lib/AST
Slava Pestov 65ad5ea1cb GSB: Assert that a minimal signature doesn't have protocols refined by other protocols
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.
2021-09-07 13:31:17 -04:00
..
2021-09-01 18:40:29 +01:00
2021-09-01 18:40:23 +01:00
2021-09-01 18:40:23 +01:00
2021-09-01 18:40:23 +01:00
2021-09-01 18:40:23 +01:00
2021-09-01 18:40:23 +01:00
2021-09-01 18:40:23 +01:00
2021-09-01 18:40:23 +01:00
2021-09-02 09:28:53 +10:00