blob: ab4489b94cefd56a535b957fe51276e2b3f2a597 [file] [log] [blame]
if a <> None and b != None and c == None:
pass
if a is None and b is not None:
pass