Commit 109d44c
committed
[cxx-interop] Emit LValue type in a base subscript assignment expression
This fixes an assertion that tripped when running `member-inline.swift` test with an unrelated patch:
```
type is not an l-value in LHS of assignment: Int32
...
3. While walking into body of setter for subscript(_:) (in module 'MemberInline')
```1 parent 0cc2ee1 commit 109d44c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4692 | 4692 | | |
4693 | 4693 | | |
4694 | 4694 | | |
4695 | | - | |
| 4695 | + | |
4696 | 4696 | | |
4697 | 4697 | | |
4698 | 4698 | | |
| |||
0 commit comments