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 BaseListener / BaseVisitor classes do nothing by default, they should be marked as abstract to signal it's not meant to be used directly (because it makes no sense to do so) but extended.
See #4450, should get extended to BaseVisitor too.
The text was updated successfully, but these errors were encountered:
The
BaseListener
/BaseVisitor
classes do nothing by default, they should be marked as abstract to signal it's not meant to be used directly (because it makes no sense to do so) but extended.See #4450, should get extended to
BaseVisitor
too.The text was updated successfully, but these errors were encountered: