-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Do not remove property setters #664
Comments
At first glance, I would say that this is a bug. |
FCS reports properties with multiple accessors as separate type members. This is something we've had to workaround too. Look at how they're processed: These property members have wrong ranges and it's something that can be checked to recognize them, like we're doing here: |
I've found getters being removed as well. |
When formatting
... this will result in
(Repro)
Is there a reason why the getter of
Instance
is being replaced?The text was updated successfully, but these errors were encountered: