Commit 0bc56d7
Suppress NamedTuple constructors in SSA callee resolver
NamedTuple{(:x,:y)} constructors are consumed by kwcall extraction.
Must be suppressed in the Core.Const resolver path, not just the
callee type check, since the resolver runs first.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1a88206 commit 0bc56d7
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
814 | 819 | | |
815 | 820 | | |
816 | 821 | | |
| |||
0 commit comments