Files
swift-mirror/lib/Sema/CSSimplify.cpp
Pavel Yaskevich d586ffe284 [CSSimplify] InferSendableFromCaptures: Narrow member lookup delaying
Avoid delaying if:

- Base is a metatype because static methods are always Sendable
  (because metatype is Sendable)
- Lookup doesn't have any methods (properties are un-affected by
  the inference changes).
2023-11-29 17:01:41 -08:00

603 KiB