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
In #5, I observed Boat.getBasinArea is marked as @override but not clear what it overrrides.
/** * Returns the internal basin area of this object up to a given y level, assuming a y value for the given liquid level. * @public * @override * * Assumes step information was updated. * * @param {number} liquidLevel * @returns {number} */getBasinArea(liquidLevel){constbottom=this.stepBottom;consttop=this.stepTop;
I don't see any declarations of getBasinArea to override. @jonathanolson can you take a look?
The text was updated successfully, but these errors were encountered:
In #5, I observed Boat.getBasinArea is marked as
@override
but not clear what it overrrides.I don't see any declarations of getBasinArea to override. @jonathanolson can you take a look?
The text was updated successfully, but these errors were encountered: