Disable predefined name analysis (if stmts) for all non-analysis tasks

It's really buggy and caused quite a few issues
This commit is contained in:
Dave Halter
2018-01-29 00:56:29 +01:00
parent 8149eabdf9
commit febe65f737
5 changed files with 24 additions and 5 deletions

View File

@@ -31,6 +31,12 @@ else:
#! 6 type-error-operation
z = x + y
# TODO enable this one.
#x = 3
#if x != 1:
# x.upper()
# -----------------
# With a function
# -----------------