Commit 17fcb8b
committed
[CSApply] Allow
The changes to support `& Sendable` composition with key path
types adjusted `buildKeyPathDynamicMemberArgExpr` to support
that but the use-site erroneously still cast index type or
`BoundGenericType` as before.
Resolves: swiftlang#75244
Resolves: rdar://131768785
(cherry picked from commit 59ec789)@dynamicMemberLookup subscripts to take sendable key path1 parent 5e8e659 commit 17fcb8b
File tree
2 files changed
+9
-2
lines changed- lib/Sema
- test/attr
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5367 | 5367 | | |
5368 | 5368 | | |
5369 | 5369 | | |
5370 | | - | |
5371 | | - | |
| 5370 | + | |
| 5371 | + | |
5372 | 5372 | | |
5373 | 5373 | | |
5374 | 5374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
0 commit comments