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 base class `Menu_Item` had a statement `assert false`,
which is a code smell. In order to remove this, the class
now inherits from `ABC` and the `generate` method is an
abstract method.
0 commit comments