if_stmt test clauses should be resolved at the start of the if_stmt

This commit is contained in:
Dave Halter
2020-08-05 23:49:15 +02:00
parent abf63d73d3
commit 58ef6cd36b
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
x = 3
if NOT_DEFINED:
x = ''
#? 6 int() str()
#? 6 int()
elif x:
pass
else: