Commit bc7c567
Refactor: extract isSimpleVariableReference() method on IntertwinedVariableByReferenceWithExpr
Move the variable-type checking logic from MutatingScope::invalidateExpression()
into a dedicated method for better readability.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b786213 commit bc7c567
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2810 | 2810 | | |
2811 | 2811 | | |
2812 | 2812 | | |
2813 | | - | |
2814 | | - | |
2815 | | - | |
2816 | | - | |
| 2813 | + | |
2817 | 2814 | | |
2818 | 2815 | | |
2819 | 2816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
0 commit comments