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
expression will return a NoOp which is good because for example a return without a value return; can work but NoOp return True. id always returns something; never returns None unless it's implicitly done!
fix id and expression in parser. right now if now condition qualifies inside
def id(self)
anddef expression(self)
it returnsNoOp
orNone
The text was updated successfully, but these errors were encountered: