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
Fix#10285: Fix combinations of trait setter names and other derived names
Adding "_=" to the last part of a name does not work if that name is a unique name
or other derived name, since the resulting name would print like `x_=$1` instead
of `x$1_=`. Use a new semantic name for synthetic setter suffix instead.
0 commit comments