You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modified code retains the semantics of the original.
If this is not possible with this refactoring, it is not offered in this context, or a warning about potentially changing semantics is shown in the preview popover.
Actual Behavior:
recordC(intP)// CS8907 Parameter 'P' is unread. Did you forget to use it to initialize the property with that name?{publicintP=>field=P;}
Note that read-write auto-property are converted correctly: