Sema: Refactor evaluateMembersRequest() to not call TypeChecker::checkConformance()

This commit is contained in:
Slava Pestov
2024-01-24 22:15:30 -05:00
parent 1bf5e1be8b
commit 28f26216ee
7 changed files with 33 additions and 38 deletions

View File

@@ -29,6 +29,7 @@ public final class CompletelyHollowActorSystem: DistributedActorSystem {
}
public struct Decoder: InvocationDecoder {
// expected-error@-1 {{inheritance from non-protocol type 'CompletelyHollowActorSystem.InvocationDecoder' (aka 'CompletelyHollowActorSystem.Decoder')}}
}