Skip to content

Fix switched Add/Mul class names in C# arithmetic call files - #34

Merged
jogibear9988 merged 2 commits into
mainfrom
copilot/fix-switched-add-mul-call
Feb 22, 2026
Merged

Fix switched Add/Mul class names in C# arithmetic call files#34
jogibear9988 merged 2 commits into
mainfrom
copilot/fix-switched-add-mul-call

Conversation

CopilotAI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

AddCall.cs and MulCall.cs had their class contents swapped — each file declared the wrong class and passed the wrong operation name to the base constructor.

Changes

  • AddCall.cs: Renamed class/constructor from MulCallAddCall; corrected base call from "Mul""Add"
  • MulCall.cs: Renamed class/constructor from AddCallMulCall; corrected base call from "Add""Mul"
Original prompt

This section details on the original issue you should resolve

<issue_title>fix switched add and mul call in c# files</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: jogibear9988 <364896+jogibear9988@users.noreply.github.com>
CopilotAI changed the title [WIP] Fix switched add and multiply calls in C# filesFix switched Add/Mul class names in C# arithmetic call filesFeb 22, 2026
@jogibear9988
jogibear9988 marked this pull request as ready for review February 22, 2026 08:25
@jogibear9988
jogibear9988 merged commit e7b9edb into mainFeb 22, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix switched add and mul call in c# files

2 participants

@jogibear9988