Commit ad4544e
committed
Fix indexing for IEnumerable<> typed expressions
If an expression was typed as IEnumerable<> specifically (like Linq
method results) the indexer was not being inferred correctly.1 parent 9e44b65 commit ad4544e
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
548 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
549 | 556 | | |
550 | 557 | | |
551 | 558 | | |
| |||
0 commit comments