mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] Handle mangling thunks in extensions with generic AS and $Stubs (#71914)
This commit is contained in:
committed by
GitHub
parent
92f3b0f2c4
commit
c56a1e8be7
@@ -45,7 +45,7 @@ protocol G3<ActorSystem>: DistributedActor, EmptyBase where ActorSystem: Distrib
|
||||
// CHECK: }
|
||||
|
||||
// CHECK: extension G3 where Self: Distributed._DistributedActorStub {
|
||||
// CHECK: func get() -> String {
|
||||
// CHECK: distributed func get() -> String {
|
||||
// CHECK: if #available (SwiftStdlib 6.0, *) {
|
||||
// CHECK: Distributed._distributedStubFatalError()
|
||||
// CHECK: } else {
|
||||
|
||||
Reference in New Issue
Block a user