mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Refactor evaluateMembersRequest() to not call TypeChecker::checkConformance()
This commit is contained in:
@@ -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')}}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user