mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The pretty DynamicTests exercised arithmetic and relational binary operators on dynamic operands, but never the bitwise and shift operators (& | ^ << >>). Add a BitwiseAndShiftBinaryOperators case so this operator family is pinned by a round-trip test alongside the others. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3834/head
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue