mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] Handle distributed func witnessess from distributed actor protocols (#38269)
* [Distributed] Handle distributed func witnessess from distributed actor protocols * [Distributed] Implement dist protocol and nonisolated handling * revert additional warning check * [Distributed] Ban mixing nonisolated and distributed on func * [Distributed] handle nonisolated in distributed contexts
This commit is contained in:
committed by
GitHub
parent
5a13cc0f64
commit
ae9e320215
@@ -156,5 +156,3 @@ distributed actor BadRedeclare22 { //expected-error {{type 'BadRedeclare22' does
|
||||
// expected-error@-3 {{invalid redeclaration of synthesized 'init(resolve:using:)'}}
|
||||
// expected-error@-4 {{invalid redeclaration of synthesized initializer 'init(resolve:using:)'}}
|
||||
}
|
||||
|
||||
// TODO: handle subclassing as well
|
||||
|
||||
Reference in New Issue
Block a user