1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/semantic-python/test/fixtures/2-04-multiple-assign.py
2019-09-27 17:35:51 -04:00

3 lines
94 B
Python

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