swift
537d7a5a - [Concurrency] Classes nested in actors are not semantically final.

Commit
1 year ago
[Concurrency] Classes nested in actors are not semantically final. The check for actor methods in `isSemanticallyFinal` was accidentally kicking in for class members, which avoided `Sendable` checking on classes nested in actors.
Author
Committer
Parents
Loading