Commit 4442956
Add GMP support for unary minus and bitwise NOT operators
These unary operators are not covered by the OperatorTypeSpecifyingExtension
interface (which handles binary operators only), so they need direct handling
in InitializerExprTypeResolver.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 771a7ad commit 4442956
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2611 | 2611 | | |
2612 | 2612 | | |
2613 | 2613 | | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
2614 | 2619 | | |
2615 | 2620 | | |
2616 | 2621 | | |
| |||
2652 | 2657 | | |
2653 | 2658 | | |
2654 | 2659 | | |
| 2660 | + | |
| 2661 | + | |
| 2662 | + | |
| 2663 | + | |
| 2664 | + | |
2655 | 2665 | | |
2656 | 2666 | | |
2657 | 2667 | | |
| |||
0 commit comments