1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/semantic-python/test/fixtures/2-04-multiple-assign.py

3 lines
94 B
Python
Raw Normal View History

# CHECK-TREE: { z <- #true; y <- z; x <- y; #record { z : z, y : y, x : x }}
x = y = z = True