mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The pretty DynamicTests only exercised += -= *= /= on a dynamic target, leaving %= &= |= ^= <<= >>= unverified even though VisitDynamicCompoundAssign and GetAssignmentOperatorTypeFromExpressionType already map them. Add them so the full set of dynamic compound-assignment operators is pinned by a round-trip test. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3834/head
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue