You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use discard assignment for parenthesized diagnostic test cases
Replace invalid C# expression statements (CS0201) with discard
assignments to keep test expressions valid while preserving
parenthesized wrapping. This ensures the IOperation tree is properly
formed during test execution.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments