This commit is contained in:
blueloveTH 2024-01-15 14:59:12 +08:00
parent 7a65de16c0
commit e7d696e1c7

View File

@ -106,10 +106,11 @@ class B(A):
b = 3
c = 4
# assert B.a == 1 ...bug here
assert B.b == 3
assert B.c == 4
assert B.a == 1
class A:
x = 1
x = x + 1