pylyzer/tests/widening.py

6 lines
59 B
Python

b = False
if True:
b = True
if True:
b = "a" # ERR