Commit d0d1966
Skip storing expression types with new in chain instead of skipping at resolve time
Move the expressionHasNewInChain check from resolveType() to
specifyExpressionType() so that expressions based on new are never
remembered in the first place, rather than being stored and then
ignored at lookup time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5e2127c commit d0d1966
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
975 | 974 | | |
976 | 975 | | |
977 | 976 | | |
| |||
2731 | 2730 | | |
2732 | 2731 | | |
2733 | 2732 | | |
| 2733 | + | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
2734 | 2737 | | |
2735 | 2738 | | |
2736 | 2739 | | |
| |||
0 commit comments