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
Move the field ‘b’ in class C to class A. Before refactoring, the output of the m() method is 2, and after moving, the output is 1.
Code before refactoring:
Move the field ‘b’ in class C to class A. Before refactoring, the output of the m() method is 2, and after moving, the output is 1.
Code before refactoring:
Code after refactoring:
The text was updated successfully, but these errors were encountered: