-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ChangeToUpcast code fix #10463
Add ChangeToUpcast code fix #10463
Conversation
This is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cartermp, any chance of a test case?
There's no test harness for these |
@KevinRansom testing might be possible here, but it might get complicated. Would needs to create a mocking system to verify that certain things trigger. A different approach would be just to factor the logic into a function. But there is so little logic here that it feels like overkill |
Operator:
Keyword:
Surfacing the improved message from #1127 into the code fixer, basically.