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
structPoint{varx:Doublevary:Doublemutatingfunc moveBy(x deltaX:Double, y deltaY:Double){
x += deltaX
y += deltaY
}}
This came up while I was writing a unit test. These might work without any changes on our end, or we might have to declare the wrapper method as mutating. Need a test for this case either way.
The text was updated successfully, but these errors were encountered:
This came up while I was writing a unit test. These might work without any changes on our end, or we might have to declare the wrapper method as mutating. Need a test for this case either way.
The text was updated successfully, but these errors were encountered: