summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/class2.py
blob: 1a3e89849dd10649c760a1292d0d54b23bb2719c (plain) (blame)
1
2
3
4
class A:
    x = 1
    y = x + z
A()