Skip to content
Snippets Groups Projects
Commit 9f563062 authored by Ian Lee's avatar Ian Lee
Browse files

Add failing tests for issue #334

parent bcd5d2ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -38,6 +38,12 @@ if not X in Y and Z == "zero":
#: E713
if X == "zero" or not Y in Z:
pass
#: E713
if not (X) in Y:
pass
#: E713
if not X() in Y:
pass
 
#
#: E714
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment